ViewStateData.Id 属性

定义

获取或设置一个标识符,该标识符将此类的对象与具有匹配 WorkflowViewState.RefId 值的活动相关联。

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

属性值

将此类的对象与具有匹配 WorkflowViewState.RefId 值的活动的标识符。

适用于