StatusingDataSet.ProjectsRow.PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN Property
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property PROJ_OPT_NEW_TASKS_ARE_EFFORT_DRIVEN As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.ProjectsRow
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; }
Property Value
Type: System.Boolean
See Also
Reference
StatusingDataSet.ProjectsRow Class