ResourcePlanDataSet.PlanResourcesRow.RES_ID Property
Represents the unique identifier of the specified resource.
Namespace: [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl
Syntax
'Declaration
Public Property RES_ID As Integer
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As Integer
value = instance.RES_ID
instance.RES_ID = value
public int RES_ID { get; set; }
Property Value
Type: System.Int32
See Also
Reference
ResourcePlanDataSet.PlanResourcesRow Class