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 identifier represented by this type descriptor.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Identifier As Identifier
Get
Set
'Usage
Dim instance As TypeDescriptor
Dim value As Identifier
value = instance.Identifier
instance.Identifier = value
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
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace