Share via


StatusingAssignmentsDataSet.AssignmentsRow.ASSN_COST_IS_VALID property

Indicates whether the cost associated with the assignment is approved.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ASSN_COST_IS_VALID As Boolean
    Get
    Set
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsRow
Dim value As Boolean

value = instance.ASSN_COST_IS_VALID

instance.ASSN_COST_IS_VALID = value
public bool ASSN_COST_IS_VALID { get; set; }

Property value

Type: System.Boolean

See also

Reference

StatusingAssignmentsDataSet.AssignmentsRow class

StatusingAssignmentsDataSet.AssignmentsRow members

WebSvcStatusing namespace