Term.PathOfTerm property
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property PathOfTerm As String
Get
'Usage
Dim instance As Term
Dim value As String
value = instance.PathOfTerm
public string PathOfTerm { get; }
Property value
Type: System.String