Share via


StatusingDataSet.AssignmentsRow.ASSN_COST_IS_VALID property

Indicates whether the assignment cost 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 StatusingDataSet.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

StatusingDataSet.AssignmentsRow class

StatusingDataSet.AssignmentsRow members

WebSvcStatusing namespace