Partager via


RESTfulQuery.ShouldSelectProperty - Méthode (String, Boolean)

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)

Syntaxe

'Déclaration
Public Function ShouldSelectProperty ( _
    propName As String, _
    excludeFromDefaultRetrieval As Boolean _
) As Boolean
'Utilisation
Dim instance As RESTfulQuery
Dim propName As String
Dim excludeFromDefaultRetrieval As Boolean
Dim returnValue As Boolean

returnValue = instance.ShouldSelectProperty(propName, _
    excludeFromDefaultRetrieval)
public bool ShouldSelectProperty(
    string propName,
    bool excludeFromDefaultRetrieval
)

Paramètres

Valeur renvoyée

Type : System.Boolean

Voir aussi

Référence

RESTfulQuery classe

RESTfulQuery - Membres

ShouldSelectProperty - Surcharge

Microsoft.SharePoint.Client - Espace de noms