ResourceAssignmentDataSet.ResourceAssignment Property

Specifies a table containing the resource assignments.

Namespace:  WebSvcResource
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ResourceAssignment As ResourceAssignmentDataSet.ResourceAssignmentDataTable
    Get
'Usage
Dim instance As ResourceAssignmentDataSet
Dim value As ResourceAssignmentDataSet.ResourceAssignmentDataTable

value = instance.ResourceAssignment
[BrowsableAttribute(false)]
public ResourceAssignmentDataSet.ResourceAssignmentDataTable ResourceAssignment { get; }

Property Value

Type: WebSvcResource.ResourceAssignmentDataSet.ResourceAssignmentDataTable

Remarks

For more information about the table, see ResourceAssignmentDataSet.ResourceAssignmentDataTable. For more information about the row object, including column definitions, see ResourceAssignmentDataSet.ResourceAssignmentRow.

See Also

Reference

ResourceAssignmentDataSet Class

ResourceAssignmentDataSet Members

WebSvcResource Namespace