Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the array of Unicode characters that is to be used to separate multiple entities in the input text.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property EntitySeparators As Char()
Get
Set
'Usage
Dim instance As EntityEditor
Dim value As Char()
value = instance.EntitySeparators
instance.EntitySeparators = value
public char[] EntitySeparators { get; set; }
Property Value
Type: []
An array of strings.
Remarks
The default value is a semicolon.