ResourceAssignmentDataSet.ResourceAssignment Property
Specifies a table that contains the resource assignments.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
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: [Resource Web service].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