Share via


FieldMultiChoice.Mappings property

Gets a value that specifies the internal values corresponding to Choices.

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

Syntax

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

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

Property value

Type: System.String
Returns a String. instance representing the internal values corresponding to Choices.

Remarks

It must be a null reference (Nothing in Visual Basic) or an XML fragment that conforms to mappingdefinition

Schema

xs:complexType name="MAPPINGDEFINITION"
   xs:simpleContent
      xs:extension base="xs:string"
         xs:attribute name="Value" type="xs:string" /
      /xs:extension
   /xs:simpleContent
/xs:complexType

See also

Reference

FieldMultiChoice class

FieldMultiChoice members

Microsoft.SharePoint.Client namespace