Share via


DraftProjectResource.MaterialLabel property

Gets or sets the unit of measure for supplies or other consumable items that are used 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 DraftProjectResource
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.

See also

Reference

DraftProjectResource class

DraftProjectResource members

Microsoft.ProjectServer.Client namespace