Which stage is this sale in?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem Stage { get; set; }
Property Stage As IListTextItem
Get
Set
Dim instance As ISale
Dim value As IListTextItem
value = instance.Stage
instance.Stage = value
property IListTextItem^ Stage {
IListTextItem^ get ();
void set (IListTextItem^ value);
}
Property Value
Type:
IListTextItem
See Also