DataViewPropertyDescriptor.Description Property
Gets the description from the DescriptionAttribute of the current property descriptor.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaración
Public Overrides ReadOnly Property Description As String
Get
public override string Description { get; }
public:
virtual property String^ Description {
String^ get () override;
}
abstract Description : string
override Description : string
override function get Description () : String
Property Value
Type: System.String
A string value representing the description of the current property descriptor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.