Share via


Parameter.GetTypeDescriptorByNameAndLevel method

Gets the type descriptor by using the name and the level.

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

Syntax

'Declaration
Public Function GetTypeDescriptorByNameAndLevel ( _
    name As String, _
    level As Integer _
) As TypeDescriptor
'Usage
Dim instance As Parameter
Dim name As String
Dim level As Integer
Dim returnValue As TypeDescriptor

returnValue = instance.GetTypeDescriptorByNameAndLevel(name, _
    level)
public TypeDescriptor GetTypeDescriptorByNameAndLevel(
    string name,
    int level
)

Parameters

Return value

Type: Microsoft.SharePoint.BusinessData.Administration.TypeDescriptor
A TypeDescriptor object.

See also

Reference

Parameter class

Parameter members

Microsoft.SharePoint.BusinessData.Administration namespace