Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of System.Data.DataSet tables that contain information about the fiscal year reporting period.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Tables As DataTableCollection
Get
'Usage
Dim instance As FiscalYearDataSet
Dim value As DataTableCollection
value = instance.Tables
public DataTableCollection Tables { get; }
Property value
Type: System.Data.DataTableCollection