FieldMultiChoice.Mappings Property
Gets a value that specifies the internal values corresponding to Choices.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Mappings As String
Get
'Usage
Dim instance As FieldMultiChoice
Dim value As String
value = instance.Mappings
[RemoteAttribute]
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