DriverPrioritizationDataSet.PrioritizationRow.PRIORITIZATION_IS_COMPLETE 属性

获取一个标志,指示是否已完成指定的优先顺序。只读的。

命名空间:  WebSvcDriver
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Property PRIORITIZATION_IS_COMPLETE As Boolean
    Get
    Set
用法
Dim instance As DriverPrioritizationDataSet.PrioritizationRow
Dim value As Boolean

value = instance.PRIORITIZATION_IS_COMPLETE

instance.PRIORITIZATION_IS_COMPLETE = value
public bool PRIORITIZATION_IS_COMPLETE { get; set; }

属性值

类型:System.Boolean
返回 Boolean

备注

自动计算的优先顺序并不完整,直到用户有互相优先顺序排列所有驱动程序。

另请参阅

引用

DriverPrioritizationDataSet.PrioritizationRow 类

DriverPrioritizationDataSet.PrioritizationRow 成员

WebSvcDriver 命名空间