PublishedProjectResource.MaterialLabel property
Gets the unit of measure for a material resource, which can be 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 ReadOnly Property MaterialLabel As String
Get
'Usage
Dim instance As PublishedProjectResource
Dim value As String
value = instance.MaterialLabel
[RemoteAttribute]
public string MaterialLabel { get; }
Property value
Type: System.String
A unit of measure for supplies or other consumable items.
See also
Reference
PublishedProjectResource class