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