EnterpriseResourceCreationInformation.ResourceType property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property ResourceType As EnterpriseResourceType
Get
Set
'Usage
Dim instance As EnterpriseResourceCreationInformation
Dim value As EnterpriseResourceType
value = instance.ResourceType
instance.ResourceType = value
public EnterpriseResourceType ResourceType { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.EnterpriseResourceType
See also
Reference
EnterpriseResourceCreationInformation class