Compartir a través de


: TypeDescriptor.Identifier (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Administration)

Gets or sets the identifier represented by this type descriptor.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Property Identifier As Identifier
'Uso
Dim instance As TypeDescriptor
Dim value As Identifier

value = instance.Identifier

instance.Identifier = value
public Identifier Identifier { get; set; }

Valor de propiedad

An identifier object.

Comentarios

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.

Vea también

Referencia

TypeDescriptor (Clase)
TypeDescriptor (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)