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.
Sets or gets the type of the identifier.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Type As Type
Get
Set
'Usage
Dim instance As Identifier
Dim value As Type
value = instance.Type
instance.Type = value
public Type Type { get; set; }
Property Value
Type: System.Type
The .NET Type.
Remarks
Type cannot be a custom type. GUIDs are supported.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace