TypeDescriptor.GetLevel method
Returns the number of TypeDescriptor objects between this TypeDescriptor and the root of the parameter.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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.