TypeDescriptor.IsLeaf method

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function IsLeaf As ClientResult(Of Boolean)
'Usage
Dim instance As TypeDescriptor
Dim returnValue As ClientResult(Of Boolean)

returnValue = instance.IsLeaf()
public ClientResult<bool> IsLeaf()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Boolean>

See also

Reference

TypeDescriptor class

TypeDescriptor members

Microsoft.BusinessData.MetadataModel namespace