TimePeriodDataSet.TimePeriods Property
Gets the collection of System.Data.DataSet tables that store time period configuration information.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property TimePeriods As TimePeriodDataSet.TimePeriodsDataTable
Get
'Usage
Dim instance As TimePeriodDataSet
Dim value As TimePeriodDataSet.TimePeriodsDataTable
value = instance.TimePeriods
[BrowsableAttribute(false)]
public TimePeriodDataSet.TimePeriodsDataTable TimePeriods { get; }
Property Value
Type: [Admin Web service].TimePeriodDataSet.TimePeriodsDataTable