StatusingAssignmentsDataSet.AssignmentsRow.ASSN_COST_IS_VALID Property

Indicates whether or not the cost associated with the assignment has been approved.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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