ProjectDataSet.ProjectResourceRow.RES_MATERIAL_LABEL property
Specifies the unit of measure that you enter for supplies or other consumable items that are used to complete tasks in a project.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property RES_MATERIAL_LABEL As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
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
Remarks
This field applies only if the RES_TYPE property is set to type MaterialResource. This label is used in conjunction with the material resource's assignment units; for example, 8 tons or 22 boxes.
See also
Reference
ProjectDataSet.ProjectResourceRow class