TaxonomyField.TaxonomyMultipleTermDelimiter Property
Gets the character used to delimit multiple Term objects in the string representation of a taxonomy field value collection.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Shared ReadOnly Property TaxonomyMultipleTermDelimiter As Char
Get
'Usage
Dim value As Char
value = TaxonomyField.TaxonomyMultipleTermDelimiter
public static char TaxonomyMultipleTermDelimiter { get; }
Property Value
Type: System.Char
The character used to delimit multiple Term objects in the string representation of a taxonomy field value collection.