StatusingDataSet.AssignmentsRow.AB_BASE_START Property
Gets the baseline value for ASSN_START_DATE. 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_START As DateTime
Get
Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
Dim value As DateTime
value = instance.AB_BASE_START
instance.AB_BASE_START = value
public DateTime AB_BASE_START { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
StatusingDataSet.AssignmentsRow Class