ProjectDataSet.Assignment property
Gets the relationship between a resource and a task.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcProject.ProjectDataSet.AssignmentDataTable