ResourcePlanDataSet.PlanResourcesRow.RES_COST_CENTER property
Gets or sets the cost center name that is associated with the resource.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_COST_CENTER As String
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As String
value = instance.RES_COST_CENTER
instance.RES_COST_CENTER = value
public string RES_COST_CENTER { get; set; }
Property value
Type: System.String
A string that contains a cost center name.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class