Description Property
Summary
Gets the description associated with this instance.
Syntax
public string Description { get; set; }
Public Property Description As String
public:
property String^ Description {
String^ get();
void set ( String^ );
}
Property Value
Type: System.String The description associated with this instance.