ProjectDataSet.ProjectResourceDataTable class

Office 2013 and later

Represents resources assigned to a particular project.

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcProject.ProjectDataSet.ProjectResourceDataTable

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

No code example is currently available or this language may not be supported.

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: