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 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