Gets the description of the member as specified in the DescriptionAttribute.
[Visual Basic] Overridable Public ReadOnly Property Description As String [C#] public string Description {virtual get;} [C++] public: __property virtual String* get_Description(); [JScript] public function get Description() : String;
The description of the member. If there is no DescriptionAttribute, the property value is set to the default, which is the empty string ("").
This description can be used by a visual designer to display a information about this member.
MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | Category | IsBrowsable | Name