Share via


TypeDescriptor.Identifier Property

NOTE: This API is now obsolete.

Gets or sets the identifier represented by this type descriptor.

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 Identifier As Identifier
    Get
    Set
'Usage
Dim instance As TypeDescriptor
Dim value As Identifier

value = instance.Identifier

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

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.Identifier
An identifier object.

Remarks

If this TypeDecsriptor describes an input parameter of a SpecificFinder, the parameter will be populated with the identifier's value when you call FindSpecific.

If this TypeDescriptor describes an output parameter or a Finder or SpecificFinder, the value of the parameter will be included in the identifier values collection of returned entity instances when you call FindFiltered or FindSpecific.

See Also

Reference

TypeDescriptor Class

TypeDescriptor Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace