Activity.Id Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un identificateur qui est propre à chaque requête.
public:
property System::String ^ Id { System::String ^ get(); };
public string? Id { get; }
public string Id { get; }
member this.Id : string
Public ReadOnly Property Id As String
Valeur de propriété
ID de l'activité.
Remarques
Un ID a une structure hiérarchique : root-id.id1_id2.id3_
. L’ID est généré quand Start() est appelé en ajoutant un suffixe au Activity.Parent.Id
ou au ParentId. Un n’a pas d’ID Activity tant qu’il ne démarre pas. Pour plus d’informations, consultez la page sur les ID d’activité.