IQuoteLineIsSubscription Property |
IsSubscription
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsSubscription { get; set; }
Property IsSubscription As Boolean
Get
Set
Dim instance As IQuoteLine
Dim value As Boolean
value = instance.IsSubscription
instance.IsSubscription = value
property bool IsSubscription {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also