Share via


TreeControl.NameField property

Gets the name to be used as the display name for the specified node.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Property NameField As String
    Get
    Set
'Usage
Dim instance As TreeControl
Dim value As String

value = instance.NameField

instance.NameField = value
public string NameField { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

TreeControl class

TreeControl members

Microsoft.SharePoint.Taxonomy namespace