ProjectDataSet.ProjectResourceRow.RES_IS_ENTERPRISE_RESOURCE property

Indicates whether the resource is an enterprise resource, not a local project resource.

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

Syntax

'Declaration
Public Property RES_IS_ENTERPRISE_RESOURCE As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Boolean

value = instance.RES_IS_ENTERPRISE_RESOURCE

instance.RES_IS_ENTERPRISE_RESOURCE = value
public bool RES_IS_ENTERPRISE_RESOURCE { get; set; }

Property value

Type: System.Boolean

Remarks

Read-only.

If RES_IS_ENTERPRISE_RESOURCE is true, many of the properties in this row were copied from the enterprise resource and cannot be changed here. It also means that this same resource might have other related data, such as assignments in other projects.

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 fully reflected 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.

See also

Reference

ProjectDataSet.ProjectResourceRow class

ProjectDataSet.ProjectResourceRow members

WebSvcProject namespace

ResourceDataSet.ResourcesRow