TaxonomyField.TaxonomyTermPathDelimiter property

Gets the character used to delimit Term labels in the path string returned by the GetPath method.

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

Syntax

'Declaration
Public Shared ReadOnly Property TaxonomyTermPathDelimiter As Char
    Get
'Usage
Dim value As Char

value = TaxonomyField.TaxonomyTermPathDelimiter
public static char TaxonomyTermPathDelimiter { get; }

Property value

Type: System.Char
The character used to delimit Term labels in the path string returned by the GetPath method.

See also

Reference

TaxonomyField class

TaxonomyField members

Microsoft.SharePoint.Taxonomy namespace

Term

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint