Currency - that Amount,Cost,Earning are denoted in
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem Currency { get; set; }
Property Currency As IListTextItem
Get
Set
Dim instance As ISale
Dim value As IListTextItem
value = instance.Currency
instance.Currency = value
property IListTextItem^ Currency {
IListTextItem^ get ();
void set (IListTextItem^ value);
}
Property Value
Type:
IListTextItem
See Also