获取或设置的阶段顺序。
命名空间: 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 类