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