Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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