StatusingAssignmentsDataSet.AssignmentsRow.ASSN_COST_IS_VALID Property
Indicates whether the cost associated with the assignment is approved.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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