Share via


Activity.RootId 属性

定义

获取此 Activity 的根 ID。

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

属性值

根 ID,如果 null 当前实例具有 ParentIdId,则为 。

注解

根 ID 是“ Id |” (或 ParentId 开头) 与第 .一个 之间的或) 的子字符串。 通过按根 ID 进行筛选,可以查找操作处理所涉及的所有活动。 有关详细信息,请参阅 ID 格式

适用于