FieldMultiChoice.Mappings - Propriété
Gets a value that specifies the internal values corresponding to Choices.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Mappings As String
Get
'Utilisation
Dim instance As FieldMultiChoice
Dim value As String
value = instance.Mappings
public string Mappings { get; }
Valeur de propriété
Type : System.String
Returns a String. instance representing the internal values corresponding to Choices.
Remarques
It must be une référence Null (Rien dans 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