FileSaveBinaryInformation.FieldValues property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property FieldValues As IDictionary(Of String, Object)
Get
Set
'Usage
Dim instance As FileSaveBinaryInformation
Dim value As IDictionary(Of String, Object)
value = instance.FieldValues
instance.FieldValues = value
public IDictionary<string, Object> FieldValues { get; set; }
Property value
Type: System.Collections.Generic.IDictionary<String, Object>
See also
Reference
FileSaveBinaryInformation class