IApplicationCurrentQuoteLine Property |
The QuoteLine that is Current
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIQuoteLine CurrentQuoteLine { get; }
ReadOnly Property CurrentQuoteLine As IQuoteLine
Get
Dim instance As IApplication
Dim value As IQuoteLine
value = instance.CurrentQuoteLine
property IQuoteLine^ CurrentQuoteLine {
IQuoteLine^ get ();
}
Property Value
Type:
IQuoteLine
See Also