Share via


TypeDescriptor.GetLevel Method

Returns the number of TypeDescriptor objects between this TypeDescriptor and the root of the parameter.

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

Syntax

'Declaration
Public Function GetLevel As UInteger
'Usage
Dim instance As TypeDescriptor
Dim returnValue As UInteger

returnValue = instance.GetLevel()
public uint GetLevel()

Return Value

Type: System.UInt32
The number of TypeDescriptor objects.

See Also

Reference

TypeDescriptor Class

TypeDescriptor Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace