IQuoteQuoteConnectionId Property |
Quote connection id. Link to quote connection binding for this Sale, if any
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxint QuoteConnectionId { get; set; }
Property QuoteConnectionId As Integer
Get
Set
Dim instance As IQuote
Dim value As Integer
value = instance.QuoteConnectionId
instance.QuoteConnectionId = value
property int QuoteConnectionId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also