EntityEditor.EntitySeparator Property
NOTE: This API is now obsolete.
Use the EntitySeparators property instead of this property.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
A char that represents a user defined text delimiter.