de la propiedad DriverPrioritizationDataSet.PrioritizationRow.PRIORITIZATION_IS_USED_IN_ANALYSIS
Obtiene una marca que indica si la asignación de prioridades es usando uno o más análisis. De sólo lectura.
Espacio de nombres: WebSvcDriver
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property PRIORITIZATION_IS_USED_IN_ANALYSIS As Boolean
Get
Set
'Uso
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; }
Valor de propiedad
Tipo: System.Boolean
Devuelve Boolean.
Vea también
Referencia
clase DriverPrioritizationDataSet.PrioritizationRow