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 值的活動產生關聯。

適用於