ProjectResourceCreationInformation class
Provides property settings and methods for the creation of a project resource entity.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.ProjectServer.Client.ProjectResourceCreationInformation
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.ProjectResourceCreationInformation", ValueObject := True, _
ServerTypeId := "{69b89190-b8dc-4025-b0d1-a81e4cbd605c}")> _
Public Class ProjectResourceCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As ProjectResourceCreationInformation
[ScriptTypeAttribute("PS.ProjectResourceCreationInformation", ValueObject = true,
ServerTypeId = "{69b89190-b8dc-4025-b0d1-a81e4cbd605c}")]
public class ProjectResourceCreationInformation : 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.