Reason - why the sale was lost
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem Reason { get; set; }
Property Reason As IListTextItem
Get
Set
Dim instance As ISale
Dim value As IListTextItem
value = instance.Reason
instance.Reason = value
property IListTextItem^ Reason {
IListTextItem^ get ();
void set (IListTextItem^ value);
}
Property Value
Type:
IListTextItem
See Also