Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.