del método TypeDescriptor.IsLeaf
Espacio de nombres: Microsoft.BusinessData.MetadataModel
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function IsLeaf As ClientResult(Of Boolean)
'Uso
Dim instance As TypeDescriptor
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.IsLeaf()
public ClientResult<bool> IsLeaf()
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<Boolean>