StatusingDataSet.AssignmentsRow.ASSN_COST_IS_VALID Property

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