ResourcePlanDataSet.PlanResourcesRow.RES_MATERIAL_LABEL property
Gets or sets the text that specifies the units for a material resource.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_MATERIAL_LABEL As String
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanResourcesRow
Dim value As String
value = instance.RES_MATERIAL_LABEL
instance.RES_MATERIAL_LABEL = value
public string RES_MATERIAL_LABEL { get; set; }
Property value
Type: System.String
A string that contains text that specifies units.
See also
Reference
ResourcePlanDataSet.PlanResourcesRow class