IQuoteAcceptedQuoteAlternativeId Property |
AcceptedQuoteAlternativeId: The primary key of the Quote Alternative that was actually accepted
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint AcceptedQuoteAlternativeId { get; set; }
Property AcceptedQuoteAlternativeId As Integer
Get
Set
Dim instance As IQuote
Dim value As Integer
value = instance.AcceptedQuoteAlternativeId
instance.AcceptedQuoteAlternativeId = value
property int AcceptedQuoteAlternativeId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also