ViewStateData.Id 属性

定义

获取或设置将此类的对象与具有匹配的 WorkflowViewState.RefId 值的活动相关联的标识符。Gets or sets an identifier that associates an object of this class with an activity that has matching WorkflowViewState.RefId value.

public:
 property System::String ^ Id { System::String ^ get(); void set(System::String ^ value); };
public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String

属性值

String

与带有 WorkflowViewState.RefId 值匹配的活动的该类的一个对象相联系的标识符。The identifier that associates an object of this class with an activity that has matching WorkflowViewState.RefId value.

适用于