IQuoteUseValuesFromQuote Property |
UseValuesFromQuote: If true, then the Earning, Earning_Percent and Amount fields are populated from the QuoteVersion.QuoteAlternative (current version, most-likely alternative)
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool UseValuesFromQuote { get; set; }
Property UseValuesFromQuote As Boolean
Get
Set
Dim instance As IQuote
Dim value As Boolean
value = instance.UseValuesFromQuote
instance.UseValuesFromQuote = value
property bool UseValuesFromQuote {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also