ProjectDataSet.TaskDataTable Class
Represents the tasks that make up a project.
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
WebSvcProject.ProjectDataSet.TaskDataTable
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TaskDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As ProjectDataSet.TaskDataTable
[SerializableAttribute]
public class TaskDataTable : DataTable,
IEnumerable
Remarks
This object is a child table to ProjectDataSet.ProjectDataTable.
For detailed column information, see ProjectDataSet.TaskRow.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.