Share via


TypeDescriptor.IsRoot method

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

Syntax

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

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

Return value

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

See also

Reference

TypeDescriptor class

TypeDescriptor members

Microsoft.BusinessData.MetadataModel namespace