StatusingDataSet.TasksRow.TASK_COST_IS_VALID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Boolean value that specifies whether the cost-related field of the task is current.
public:
property bool TASK_COST_IS_VALID { bool get(); void set(bool value); };
public bool TASK_COST_IS_VALID { get; set; }
member this.TASK_COST_IS_VALID : bool with get, set
Public Property TASK_COST_IS_VALID As Boolean