GridSerializer.MultiValueSeparator Property

Gets or sets the string used to separate localized values in multi-valued grid fields.

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

Syntax

'Declaration
Public Property MultiValueSeparator As String
    Get
    Set
'Usage
Dim instance As GridSerializer
Dim value As String

value = instance.MultiValueSeparator

instance.MultiValueSeparator = value
public string MultiValueSeparator { get; set; }

Property Value

Type: System.String
A String indicating the separator.

See Also

Reference

GridSerializer Class

GridSerializer Members

Microsoft.SharePoint.JSGrid Namespace