ProjectDataSet.Assignment Property

Gets the relationship between a resource and a task.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

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

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

Property Value

Type: [Project Web service].ProjectDataSet.AssignmentDataTable

See Also

Reference

ProjectDataSet Class

ProjectDataSet Members

Project Web Service