Completed
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool Completed { get; set; }
Property Completed As Boolean
Get
Set
Dim instance As ISale
Dim value As Boolean
value = instance.Completed
instance.Completed = value
property bool Completed {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also