EnterpriseResourceCreationInformation.ResourceType property

Gets or sets a value that represents the resource type.

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

Syntax

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

value = instance.ResourceType

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

Property value

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

Remarks

Examples of resource types include material resource, work resource, and cost resource.

See also

Reference

EnterpriseResourceCreationInformation class

EnterpriseResourceCreationInformation members

Microsoft.ProjectServer.Client namespace