Share via


TimePeriodDataSet.TimePeriods property

Gets the collection of System.Data.DataSet tables that store time period configuration information.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcAdmin.TimePeriodDataSet.TimePeriodsDataTable

See also

Reference

TimePeriodDataSet class

TimePeriodDataSet members

WebSvcAdmin namespace