DataViewPropertyDescriptor.Name Property

Gets the property name.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Name As String
public override string Name { get; }
public:
virtual property String^ Name {
    String^ get () override;
}
abstract Name : string with get 
override Name : string with get
override function get Name () : String

Property Value

Type: System.String
A string value representing the property name.

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

Microsoft.VisualStudio.Data.Framework Namespace