ResourcePlanDataSet.PlanResourcesRow.RES_GROUP property
Gets or sets the group to which the specified resource belongs.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_GROUP As String
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As String
value = instance.RES_GROUP
instance.RES_GROUP = value
public string RES_GROUP { get; set; }
Property value
Type: System.String
A string that contains the name of the group.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class