| RestResponseMessageStatusDescription Property |
Gets or sets the status description
Namespace:
RestSrvr.Message
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public string StatusDescription { get; set; }
Public Property StatusDescription As String
Get
Set
public:
property String^ StatusDescription {
String^ get ();
void set (String^ value);
}
member StatusDescription : string with get, set
Property Value
Type:
StringSee Also