Stop - shown as a big red X
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxProperty Xstop As Boolean
Get
Set
Dim instance As IContact
Dim value As Boolean
value = instance.Xstop
instance.Xstop = value
property bool Xstop {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also