ISaleReasonStalled Property |
The reason why the sale is stalled
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem ReasonStalled { get; set; }
Property ReasonStalled As IListTextItem
Get
Set
Dim instance As ISale
Dim value As IListTextItem
value = instance.ReasonStalled
instance.ReasonStalled = value
property IListTextItem^ ReasonStalled {
IListTextItem^ get ();
void set (IListTextItem^ value);
}
Property Value
Type:
IListTextItem
See Also