EntityEditor.EntitySeparators Property

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.

See Also

Reference

EntityEditor Class

EntityEditor Members

Microsoft.SharePoint.WebControls Namespace