Compartilhar via


ClientObjectData.Properties propriedade

Obtém as propriedades de um objeto cliente. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll)  Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)

Sintaxe

'Declaração
Public ReadOnly Property Properties As Dictionary(Of String, Object)
    Get
'Uso
Dim instance As ClientObjectData
Dim value As Dictionary(Of String, Object)

value = instance.Properties
public Dictionary<string, Object> Properties { get; }

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<String, Object>
Um objeto de Dictionary<TKey, TValue> que contém as propriedades de um objeto cliente.

Ver também

Referência

ClientObjectData classe

ClientObjectData membros

Microsoft.SharePoint.Client namespace