TaxonomyWebTaggingControl.IsUseCommaAsDelimiter Property
Gets or sets whether this control will use a comma in addition to a semi-colon as a delimiter.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property IsUseCommaAsDelimiter As Boolean
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean
value = instance.IsUseCommaAsDelimiter
instance.IsUseCommaAsDelimiter = value
public bool IsUseCommaAsDelimiter { get; set; }
Property Value
Type: System.Boolean
Whether this control will use comma as a delimiter
See Also
Reference
TaxonomyWebTaggingControl Class