Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
name
Type: System.StringThe type descriptor name.
level
Type: System.Int32The type descriptor level.
Return Value
Type: Microsoft.SharePoint.BusinessData.Administration.TypeDescriptor
A TypeDescriptor object.