ClientQuery.Properties - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Properties As List(Of ClientQueryProperty)
Get
'Utilisation
Dim instance As ClientQuery
Dim value As List(Of ClientQueryProperty)
value = instance.Properties
public List<ClientQueryProperty> Properties { get; }
Valeur de propriété
Type : System.Collections.Generic.List<ClientQueryProperty>