IQuoteLineQuoteAlternativeId Property |
QuoteAlternativeId: The Alternative that this line belongs to
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint QuoteAlternativeId { get; set; }
Property QuoteAlternativeId As Integer
Get
Set
Dim instance As IQuoteLine
Dim value As Integer
value = instance.QuoteAlternativeId
instance.QuoteAlternativeId = value
property int QuoteAlternativeId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also