ProjectDataSet.AssignmentRow.ASSN_BCWS Property
Specifies the cumulative baseline costs to date.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Property ASSN_BCWS As Double
Get
Set
'Usage
Dim instance As ProjectDataSet.AssignmentRow
Dim value As Double
value = instance.ASSN_BCWS
instance.ASSN_BCWS = value
public double ASSN_BCWS { get; set; }
Property Value
Type: System.Double
Remarks
Read-only.
See Also
Reference
ProjectDataSet.AssignmentRow Class