IQuoteLineReason Property |
Reason: If QuoteStatus is not OK, then this field should contain the reason or other relevant information to be shown to the user
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring Reason { get; set; }
Property Reason As String
Get
Set
Dim instance As IQuoteLine
Dim value As String
value = instance.Reason
instance.Reason = value
property String^ Reason {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also