Share via


ResourceDataSet.ResourcesRow.RES_ID property

Gets or sets the ordinal identifier of a resource.

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

Syntax

'Declaration
Public Property RES_ID As Integer
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Integer

value = instance.RES_ID

instance.RES_ID = value
public int RES_ID { get; set; }

Property value

Type: System.Int32

Remarks

The default value is -1. As you create or add resources to the project, Microsoft Project automatically assigns the next number in the sequence of resources listed. This value becomes the RES_ID.

RES_ID is not a unique identifier for the resource. It changes whenever the order of resources changes. The persistent unique identifier is the RES_UID property.

See also

Reference

ResourceDataSet.ResourcesRow class

ResourceDataSet.ResourcesRow members

WebSvcResource namespace