Activity.RootId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得此 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
如果目前的實例有 ParentId 或 Id,則為 。
備註
根識別碼是 '|' (或開頭) 與第一.
個 之間的子) 字串。IdParentId 依根標識碼進行篩選可讓您尋找與作業處理相關的所有活動。 如需詳細資訊,請參閱 標識碼格式。