Share via


Parameter.TypeReflectorType Property

NOTE: This API is now obsolete.

Gets or sets the TypeName of the Typedescriptor object.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Property TypeReflectorType As Type
    Get
    Set
'Usage
Dim instance As Parameter
Dim value As Type

value = instance.TypeReflectorType

instance.TypeReflectorType = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public Type TypeReflectorType { get; set; }

Property Value

Type: System.Type
A Type object.

See Also

Reference

Parameter Class

Parameter Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace