TypeDescriptor.Identifier, propriété (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets or sets the identifier represented by this type descriptor.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property Identifier As Identifier
'Utilisation
Dim instance As TypeDescriptor
Dim value As Identifier
value = instance.Identifier
instance.Identifier = value
public Identifier Identifier { get; set; }
Valeur de la propriété
An identifier object.
Remarques
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.
Voir aussi
Référence
TypeDescriptor, classe
Membres TypeDescriptor
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms