ResourcePlanDataSet.PlanResourcesRow.RES_ID property
Gets or sets the unique identifier of the specified resource.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
An integer that identifies a resource.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class