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