IQuoteActiveQuoteVersionId Property |
ActiveQuoteVersionId: The primary key of the Quote Version that is currently active
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxint ActiveQuoteVersionId { get; set; }
Property ActiveQuoteVersionId As Integer
Get
Set
Dim instance As IQuote
Dim value As Integer
value = instance.ActiveQuoteVersionId
instance.ActiveQuoteVersionId = value
property int ActiveQuoteVersionId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also