SOApplicationClassCurrentSale Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual ISale CurrentSale { get; }
Public Overridable ReadOnly Property CurrentSale As ISale
Get
Dim instance As SOApplicationClass
Dim value As ISale
value = instance.CurrentSale
public:
virtual property ISale^ CurrentSale {
ISale^ get ();
}
Property Value
Type:
ISaleImplements
IApplicationCurrentSale
See Also