Compartir a través de


(String, Boolean) del método RESTfulQuery.ShouldSelectProperty

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblado:  Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxis

'Declaración
Public Function ShouldSelectProperty ( _
    propName As String, _
    excludeFromDefaultRetrieval As Boolean _
) As Boolean
'Uso
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
)

Parámetros

Valor devuelto

Tipo: System.Boolean

Vea también

Referencia

clase RESTfulQuery

Miembros RESTfulQuery

Sobrecarga ShouldSelectProperty

Espacio de nombres Microsoft.SharePoint.Client