SPMobileBaseFieldControl.FieldValueSeparator Property

Gets or sets the characters that separate values in multivalued fields.

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

Syntax

'Declaration
Public Overridable Property FieldValueSeparator As String
    Get
    Set
'Usage
Dim instance As SPMobileBaseFieldControl
Dim value As String

value = instance.FieldValueSeparator

instance.FieldValueSeparator = value
public virtual string FieldValueSeparator { get; set; }

Property Value

Type: System.String
A String that represents the characters that separate field values. The default is "; " (semi-colon followed by space character).

See Also

Reference

SPMobileBaseFieldControl Class

SPMobileBaseFieldControl Members

Microsoft.SharePoint.MobileControls Namespace