StatusingDataSet.AssignmentsRow.AB_BASE_COST Property
Gets the baseline value for ASSN_COST. Read-only.
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 AB_BASE_COST As Decimal
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As Decimal
value = instance.AB_BASE_COST
instance.AB_BASE_COST = value
public decimal AB_BASE_COST { get; set; }
Property Value
Type: System.Decimal
See Also
Reference
StatusingDataSet.AssignmentsRow Class