Share via


ResourceDataSet.ResourcesRow.RES_MATERIAL_LABEL property

Specifies text that indicates units for this material resource.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property RES_MATERIAL_LABEL As String
    Get
    Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
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 names material resource units.

Remarks

This field applies only if the RES_TYPE property is of type MaterialResource. The Material Label field contains the unit of measurement that you enter for supplies or other consumable items that are used to complete tasks in a project; for example, tons, boxes, or cubic yards. This label is then used in conjunction with the material resource's assignment units; for example, eight tons or 22 boxes.

See also

Reference

ResourceDataSet.ResourcesRow class

ResourceDataSet.ResourcesRow members

WebSvcTimeSheet namespace