EnterpriseResourceCreationInformation class

Provides information for the creation of an enterprise resource.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.ProjectServer.Client.EnterpriseResourceCreationInformation

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

Syntax

'Declaration
<ScriptTypeAttribute("PS.EnterpriseResourceCreationInformation", ValueObject := True,  _
    ServerTypeId := "{4a670666-e25a-42a5-aaf1-f517d9fdae9a}")> _
Public Class EnterpriseResourceCreationInformation _
    Inherits ClientValueObject
'Usage
Dim instance As EnterpriseResourceCreationInformation
[ScriptTypeAttribute("PS.EnterpriseResourceCreationInformation", ValueObject = true, 
    ServerTypeId = "{4a670666-e25a-42a5-aaf1-f517d9fdae9a}")]
public class EnterpriseResourceCreationInformation : ClientValueObject

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

EnterpriseResourceCreationInformation members

Microsoft.ProjectServer.Client namespace