ClientQuery.Properties propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public ReadOnly Property Properties As List(Of ClientQueryProperty)
Get
'Uso
Dim instance As ClientQuery
Dim value As List(Of ClientQueryProperty)
value = instance.Properties
public List<ClientQueryProperty> Properties { get; }
Valor de propriedade
Tipo: System.Collections.Generic.List<ClientQueryProperty>