DriverPrioritizationDataSet.PrioritizationRow.PRIORITIZATION_IS_MANUAL 属性

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

语法

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

value = instance.PRIORITIZATION_IS_MANUAL

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

属性值

类型:System.Boolean
返回 Boolean

备注

PRIORITIZATION_IS_MANUAL属性是True如果手动更新信息,并False ,如果自动进行更新。

创建优先顺序之后, PRIORITIZATION_IS_MANUAL值不能更改。手动的优先级确定允许用户指定它们自己的优先级值。自动排列优先级意味着 Project Server 分配基于已分配在Project Web App中的优先级值。

另请参阅

引用

DriverPrioritizationDataSet.PrioritizationRow 类

DriverPrioritizationDataSet.PrioritizationRow 成员

WebSvcDriver 命名空间