ProjectDataSet.AssignmentRow.SetAB_COST_PER_USENull method
Sets the AB_COST_PER_USE property to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub SetAB_COST_PER_USENull
'Usage
Dim instance As ProjectDataSet.AssignmentRow
instance.SetAB_COST_PER_USENull()
public void SetAB_COST_PER_USENull()
See also
Reference
ProjectDataSet.AssignmentRow class