ProjectDataSet.ProjectResourceDataTable class
Represents resources assigned to a particular project.
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
WebSvcProject.ProjectDataSet.ProjectResourceDataTable
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
For detailed column information, see ProjectDataSet.ProjectResourceRow.
You can define a resource as a local resource, in which case it is present only in the project and not available for other projects to use. Or a resource can be an enterprise resource, in which case it is defined in the WebSvcResource Web service and copied to the ProjectResourceDataTable table.
Enterprise resource data in the ProjectResourceDataTable table is refreshed at various times. The data contained in this table might not always be in synch with the data defined in the WebSvcResource Web service. Any updates applied to this table do not update the WebSvcResource Web service. When the data is refreshed, the data in this table is overwritten.