Identifier.Type Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Property Type As Type
    Get
    Set
'Usage
Dim instance As Identifier
Dim value As Type

value = instance.Type

instance.Type = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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

Identifier Class

Identifier Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace