Parameter.GetTypeDescriptorByNameAndLevel Method
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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.String
- level
Type: System.Int32
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.TypeDescriptor
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace