Gets whether the document is done
Namespace:
IpernityNET
Assembly:
IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)
Syntax
C# |
---|
public bool Done { get; internal set; } |
Visual Basic (Declaration) |
---|
Public Property Done As Boolean |
Visual C++ |
---|
public:
property bool Done {
bool get ();
void set (bool value);
} |
See Also