(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
- propName
Tipo: System.String
- excludeFromDefaultRetrieval
Tipo: System.Boolean
Valor devuelto
Tipo: System.Boolean