DataViewPropertyDescriptor.Name Property

Gets the property name.

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

Syntax

'宣言
Public Overrides ReadOnly Property Name As String
'使用
Dim instance As DataViewPropertyDescriptor
Dim value As String

value = instance.Name
public override string Name { get; }
public:
virtual property String^ Name {
    String^ get () override;
}
public override function get Name () : String

Property Value

Type: System.String

A string value representing the property name.

Permissions

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Members

Microsoft.VisualStudio.Data.Framework Namespace