Parameter.TypeReflectorType Property
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
Public Property TypeReflectorType As Type
Get
Set
'Usage
Dim instance As Parameter
Dim value As Type
value = instance.TypeReflectorType
instance.TypeReflectorType = value
public Type TypeReflectorType { get; set; }
Property Value
Type: System.Type
A Type object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace