IApplicationCurrentQuoteVersion Property |
The QuoteVersion that is Current
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIQuoteVersion CurrentQuoteVersion { get; }
ReadOnly Property CurrentQuoteVersion As IQuoteVersion
Get
Dim instance As IApplication
Dim value As IQuoteVersion
value = instance.CurrentQuoteVersion
property IQuoteVersion^ CurrentQuoteVersion {
IQuoteVersion^ get ();
}
Property Value
Type:
IQuoteVersion
See Also