RESTfulQuery.ShouldSelectProperty método (String, Boolean)
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
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
- propName
Tipo: System.String
- excludeFromDefaultRetrieval
Tipo: System.Boolean
Valor retornado
Tipo: System.Boolean