RequestRequestStatusDetail Property |
Request Status Detail - Additional request information generated during the processing of this request. This may contain information messages or details of errors.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<string> RequestStatusDetail { get; set; }
Public Property RequestStatusDetail As List(Of String)
Get
Set
public:
property List<String^>^ RequestStatusDetail {
List<String^>^ get ();
void set (List<String^>^ value);
}
member RequestStatusDetail : List<string> with get, set
Property Value
Type:
ListString
See Also