Status indicates whether the document has been completed or not.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxProperty Status As Integer
Get
Set
Dim instance As IDocument
Dim value As Integer
value = instance.Status
instance.Status = value
property int Status {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also