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