Description Property
Summary
Gets or sets the textual description for the status code.
Syntax
public string Description { get; set; }
Public Property Description As String
public:
property String^ Description {
String^ get();
void set ( String^ );
}
Property Value
The textual description for the status code.