del método RESTfulQuery.ShouldExpandProperty
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Boolean