次の方法で共有


ResourceDataSet.ResourcesRow.RES_ID Property

Specifies an ordinal identifier of the resource.

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

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

As you create or add resources to the project, Microsoft Project automatically assigns the next number in the sequence of resources that are 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

TimeSheet Web Service