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: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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