ProjectDataSet.ProjectRow.PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN-Eigenschaft
Gibt an, ob neue Vorgänge leistungsgesteuert sind.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean
value = instance.PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN
instance.PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN = value
public bool PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN { get; set; }
Eigenschaftswert
Typ: System.Boolean
True , wenn neue Vorgänge leistungsgesteuert sind.
Hinweise
True , wenn neue Vorgänge leistungsgesteuert sind; andernfalls false. die Option neue Vorgänge sind leistungsgesteuert auf der Registerkarte Terminplan im Dialogfeld Optionen in Project Professional wird PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN zugeordnet.
Der Standardwert für neue Projekte wird durch die Enterprise-global-Projektvorlage bestimmt. Wenn kein Enterprise-global-Projektvorlage Wert vorhanden ist, ist der Standardwert true.
Siehe auch
Referenz
ProjectDataSet.ProjectRow Klasse