SPFieldMultiChoice.Mappings property

Gets the canonical values for the specified choices.

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

Syntax

'Declaration
Public ReadOnly Property Mappings As String
    Get
'Usage
Dim instance As SPFieldMultiChoice
Dim value As String

value = instance.Mappings
public string Mappings { get; }

Property value

Type: System.String
The canonical values for the specified choices.

See also

Reference

SPFieldMultiChoice class

SPFieldMultiChoice members

Microsoft.SharePoint namespace