DriverPrioritizationDataSet.PrioritizationRow.PRIORITIZATION_IS_USED_IN_ANALYSIS-Eigenschaft
Ruft ein Flag, das angibt, ob die Priorisierung von einer oder mehrerer Analysen derzeit verwendet wird. Schreibgeschützt.
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; }
Eigenschaftswert
Typ: System.Boolean
Gibt Boolean zurück.
Siehe auch
Referenz
DriverPrioritizationDataSet.PrioritizationRow Klasse