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