Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies an ordinal, impermanent locator for this resource.
Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_ID As Integer
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As Integer
value = instance.RES_ID
instance.RES_ID = value
public int RES_ID { get; set; }
Property value
Type: System.Int32
Remarks
Read-only.
When you create or add resources to the project, Project Server automatically assigns the next number in the sequence of resources listed. This 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 RES_UID.
See also
Reference
ProjectDataSet.ProjectResourceRow class