Activity.Id Propriété

Définition

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é.

S’applique à