TaxonomyField.TaxonomyGuidLabelDelimiter property

Gets the character that is used to delimit GUIDs and labels in the string representation of the value of a TaxonomyField object.

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

Syntax

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

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

Property value

Type: System.Char
The character used to delimit GUIDs and labels in the string representation of the value of a TaxonomyField object.

See also

Reference

TaxonomyField class

TaxonomyField members

Microsoft.SharePoint.Taxonomy namespace

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint