DriverPrioritizationDataSet.PrioritizationRow.PRIORITIZATION_IS_USED_IN_ANALYSIS property
Gets a flag that indicates whether the prioritization is currently being used by one or more analyses. Read-only.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PRIORITIZATION_IS_USED_IN_ANALYSIS As Boolean
Get
Set
'Usage
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; }
Property value
Type: System.Boolean
Returns Boolean.
See also
Reference
DriverPrioritizationDataSet.PrioritizationRow class