IApplicationCurrentSale Property |
The most recently selected sale.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxISale CurrentSale { get; }
ReadOnly Property CurrentSale As ISale
Get
Dim instance As IApplication
Dim value As ISale
value = instance.CurrentSale
property ISale^ CurrentSale {
ISale^ get ();
}
Property Value
Type:
ISale
See Also