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.
DependencyPropertyDescriptor::Description Property
.NET Framework (current version)
Gets the description of the member, as specified in the DescriptionAttribute.
Assembly: WindowsBase (in WindowsBase.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 ("").
This property relies on the underlying PropertyDescriptor.
.NET Framework
Available since 3.0
Available since 3.0
Show: