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
- propName
Type : System.String
- excludeFromDefaultRetrieval
Type : System.Boolean
Valeur renvoyée
Type : System.Boolean