EnterpriseResource.ResourceType property

Gets an enumerated value that represents the type of an enterprise resource.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ResourceType As EnterpriseResourceType
    Get
'Usage
Dim instance As EnterpriseResource
Dim value As EnterpriseResourceType

value = instance.ResourceType
[RemoteAttribute]
public EnterpriseResourceType ResourceType { get; }

Property value

Type: Microsoft.ProjectServer.Client.EnterpriseResourceType
An enumerated value.

Remarks

Examples of enterprise resource types include work and material.

See also

Reference

EnterpriseResource class

EnterpriseResource members

Microsoft.ProjectServer.Client namespace