EntityEditor.EntitySeparators property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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: []