TrackingRecord.InstanceId 属性
定义
在派生类中实现时,表示生成工作流实例的 ID。When implemented in a derived class, represents the ID of the generating workflow instance.
public:
property Guid InstanceId { Guid get(); };
[System.Runtime.Serialization.DataMember]
public Guid InstanceId { get; }
[<System.Runtime.Serialization.DataMember>]
member this.InstanceId : Guid
Public ReadOnly Property InstanceId As Guid
属性值
元素 ID。The element ID.
- 属性