Share via


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