Activity.Id Właściwość

Definicja

Pobiera identyfikator specyficzny dla określonego żądania.

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

Wartość właściwości

Identyfikator działania.

Uwagi

Identyfikator ma strukturę hierarchiczną: root-id.id1_id2.id3_. Identyfikator jest generowany, gdy Start() jest wywoływany przez dołączenie sufiksu ParentIddo elementu Activity.Parent.Id lub . Identyfikator Activity nie ma identyfikatora, dopóki nie zostanie uruchomiony. Aby uzyskać więcej informacji, zobacz Identyfikatory działań.

Dotyczy