SaleText - description of the sale
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring SaleText { get; set; }
Property SaleText As String
Get
Set
Dim instance As ISale
Dim value As String
value = instance.SaleText
instance.SaleText = value
property String^ SaleText {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also