ProjectWSSInfoDataSet.Tables property
Represents the collection of tables in the ProjectWSSInfoDataSet.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Tables As DataTableCollection
Get
'Usage
Dim instance As ProjectWSSInfoDataSet
Dim value As DataTableCollection
value = instance.Tables
public DataTableCollection Tables { get; }
Property value
Type: System.Data.DataTableCollection