Activity.Id 属性

定义

获取一个标识符,该标识符在工作流定义的作用域内是唯一的。

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

属性值

一个标识符,该标识符在工作流定义的作用域内是唯一的。

注解

Id 用于跟踪和验证操作。

适用于