ProjectDataSet.Task property

Gets the collection of tasks in a project.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Task As ProjectDataSet.TaskDataTable
    Get
'Usage
Dim instance As ProjectDataSet
Dim value As ProjectDataSet.TaskDataTable

value = instance.Task
[BrowsableAttribute(false)]
public ProjectDataSet.TaskDataTable Task { get; }

Property value

Type: WebSvcProject.ProjectDataSet.TaskDataTable

See also

Reference

ProjectDataSet class

ProjectDataSet members

WebSvcProject namespace