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: [Driver Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Driver.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Driver.asmx?wsdl
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