ProjectDataSet.ProjectResourceRow Class
Represents a local project resource or enterprise resource that can be used on this project.
Inheritance Hierarchy
System.Object
System.Data.DataRow
WebSvcStatusing.ProjectDataSet.ProjectResourceRow
Namespace: WebSvcStatusing
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Class ProjectResourceRow _
Inherits DataRow
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
public class ProjectResourceRow : DataRow
Remarks
This row represents a resource in a project. The resource can be a local or enterprise resource, as indicated by the RES_IS_ENTERPRISE_RESOURCE property.
If the resource is an enterprise resource, the properties in this row are copied from the enterprise properties when the resource is added to the project. If the enterprise properties of the enterprise resource are changed later, they might not be reflected fully in data in this row. In the same way, changes made in this row are not made to the enterprise properties and might be overwritten if the resource properties are refreshed from the enterprise data.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.