DriverPrioritizationDataSet.PrioritizationRow.PRIORITIZATION_IS_USED_IN_ANALYSIS 属性
获取一个标志,该标志指示是否该优先顺序当前正由一个或多个分析。只读的。
命名空间: WebSvcDriver
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property PRIORITIZATION_IS_USED_IN_ANALYSIS As Boolean
Get
Set
用法
Dim instance As DriverPrioritizationDataSet.PrioritizationRow
Dim value As Boolean
value = instance.PRIORITIZATION_IS_USED_IN_ANALYSIS
instance.PRIORITIZATION_IS_USED_IN_ANALYSIS = value
public bool PRIORITIZATION_IS_USED_IN_ANALYSIS { get; set; }
属性值
类型:System.Boolean
返回 Boolean。
另请参阅
引用
DriverPrioritizationDataSet.PrioritizationRow 类