EntityEditor.EntitySeparator property

NOTE: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("Use EntitySeparators instead.")> _
Public Property EntitySeparator As Char
    Get
    Set
'Usage
Dim instance As EntityEditor
Dim value As Char

value = instance.EntitySeparator

instance.EntitySeparator = value
[ObsoleteAttribute("Use EntitySeparators instead.")]
public char EntitySeparator { get; set; }

Property value

Type: System.Char

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace