SPFieldMultiChoice.Mappings Property
Gets the canonical values for the specified choices.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableConstraintAttribute(FixedId := "MappingsXML", Type := ClientCallableConstraintType.Custom, _
Value := "MUST be NULL or XML that is valid according to the schema for MAPPINGDEFINITION specified in [MS-WSSCAML], 2.3.2.12.1.")> _
<ClientCallableAttribute> _
Public ReadOnly Property Mappings As String
Get
'Usage
Dim instance As SPFieldMultiChoice
Dim value As String
value = instance.Mappings
[ClientCallableConstraintAttribute(FixedId = "MappingsXML", Type = ClientCallableConstraintType.Custom,
Value = "MUST be NULL or XML that is valid according to the schema for MAPPINGDEFINITION specified in [MS-WSSCAML], 2.3.2.12.1.")]
[ClientCallableAttribute]
public string Mappings { get; }
Property Value
Type: System.String
The canonical values for the specified choices.