IQuoteVersionReason Property |
Reason: If there was a problem, this field contains a localized explanation of the problem and possible steps to fix it that the user can be shown.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring Reason { get; set; }
Property Reason As String
Get
Set
Dim instance As IQuoteVersion
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