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.