IQuoteAlternativeStatus Property |
QuoteStatus: The status tells the system how the connector evaluated the state. Typically shown as an icon. QuoteStatus is an enum with statuses: OK, OKWithInfo, Warning, Error
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxEnQuoteStatus Status { get; set; }
Property Status As EnQuoteStatus
Get
Set
Dim instance As IQuoteAlternative
Dim value As EnQuoteStatus
value = instance.Status
instance.Status = value
property EnQuoteStatus Status {
EnQuoteStatus get ();
void set (EnQuoteStatus value);
}
Property Value
Type:
EnQuoteStatus
See Also