RESTfulQuery.ShouldSelectProperty método (String)
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Function ShouldSelectProperty ( _
propName As String _
) As Boolean
'Uso
Dim instance As RESTfulQuery
Dim propName As String
Dim returnValue As Boolean
returnValue = instance.ShouldSelectProperty(propName)
public bool ShouldSelectProperty(
string propName
)
Parâmetros
- propName
Tipo: System.String
Valor retornado
Tipo: System.Boolean