WorkflowDataSet.WorkflowStatusRow.STAGE_ORDER プロパティ
取得またはステージの順序を設定します。
名前空間: WebSvcWorkflow
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property STAGE_ORDER As Integer
Get
Set
'使用
Dim instance As WorkflowDataSet.WorkflowStatusRow
Dim value As Integer
value = instance.STAGE_ORDER
instance.STAGE_ORDER = value
public int STAGE_ORDER { get; set; }
プロパティ値
型: System.Int32
関連項目
参照先
WorkflowDataSet.WorkflowStatusRow クラス