EnterpriseResource.MaterialLabel property
Gets or sets the unit of measure that is entered for supplies or other consumable items that are used to complete tasks in a project.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property MaterialLabel As String
Get
Set
'Usage
Dim instance As EnterpriseResource
Dim value As String
value = instance.MaterialLabel
instance.MaterialLabel = value
[RemoteAttribute]
public string MaterialLabel { get; set; }
Property value
Type: System.String
A unit of measure for supplies or other consumable items.