StatusingDataSet.TasksRow.TASK_COST_IS_VALID property
Gets or sets the Boolean value that specifies whether the cost-related field of the task is current.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_COST_IS_VALID As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Boolean
value = instance.TASK_COST_IS_VALID
instance.TASK_COST_IS_VALID = value
public bool TASK_COST_IS_VALID { get; set; }
Property value
Type: System.Boolean
See also
Reference
StatusingDataSet.TasksRow class