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