ResourcePlanDataSet.PlanResourcesRow.RES_TYPE property
Gets or sets the type of resource.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_TYPE As Integer
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As Integer
value = instance.RES_TYPE
instance.RES_TYPE = value
public int RES_TYPE { get; set; }
Property value
Type: System.Int32
An integer number that represents the type of resource.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class