The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MemberDescriptor::Description Property
.NET Framework (current version)
Gets the description of the member, as specified in the DescriptionAttribute.
Assembly: System (in System.dll)
Property Value
Type: System::String^The description of the member. If there is no DescriptionAttribute, the property value is set to the default, which is an empty string ("").
A visual designer can use this description to display information about this member.
.NET Framework
Available since 1.1
Available since 1.1
Show: