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

Public Overridable Property FieldValueSeparator As String
    Get
    Set

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 ";".

See Also

Reference

SPMobileBaseFieldControl Class

SPMobileBaseFieldControl Members

Microsoft.SharePoint.MobileControls Namespace