ApprovalResponseSoapModelReason Property |
Reason for the Rejection (or approval, I suppose)
Namespace: IdmNet.SoapModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic string Reason { get; set; }
Public Property Reason As String
Get
Set
public:
property String^ Reason {
String^ get ();
void set (String^ value);
}
member Reason : string with get, set
Property Value
Type:
String
See Also