FileSaveBinaryInformation.FieldValues - Propriété
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 Property FieldValues As IDictionary(Of String, Object)
Get
Set
'Utilisation
Dim instance As FileSaveBinaryInformation
Dim value As IDictionary(Of String, Object)
value = instance.FieldValues
instance.FieldValues = value
public IDictionary<string, Object> FieldValues { get; set; }
Valeur de propriété
Type : System.Collections.Generic.IDictionary<String, Object>
Voir aussi
Référence
FileSaveBinaryInformation classe