IVsDataViewPropertyInfo.Name Property

Gets the node property name.

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

Syntax

ReadOnly Property Name As String

Dim instance As IVsDataViewPropertyInfo
Dim value As String

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

Property Value

Type: System.String

A string value containing the node property name.

Permissions

See Also

Reference

IVsDataViewPropertyInfo Interface

IVsDataViewPropertyInfo Members

Microsoft.VisualStudio.Data.Services Namespace