共用方式為


Activity.RootId 屬性

定義

取得此 Activity 的根識別碼。

public:
 property System::String ^ RootId { System::String ^ get(); };
public string? RootId { get; }
public string RootId { get; }
member this.RootId : string
Public ReadOnly Property RootId As String

屬性值

根標識碼, null 如果目前的實例有 ParentIdId,則為 。

備註

根識別碼是 '|' (或開頭) 與第一.個 之間的子) 字串。IdParentId 依根標識碼進行篩選可讓您尋找與作業處理相關的所有活動。 如需詳細資訊,請參閱 標識碼格式

適用於