Share via


TreeControl.ViewPath property

Gets the start path in the data source hierarchy.

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

Syntax

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

value = instance.ViewPath

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

Property value

Type: System.String
Returns String.

See also

Reference

TreeControl class

TreeControl members

Microsoft.SharePoint.Taxonomy namespace