Share via


ProjectResourceCreationInformation class

Provides property settings and methods for the creation of a project resource entity.

Syntax

CSOM

class ProjectResourceCreationInformation 

JSOM

PS.ProjectResourceCreationInformation

REST Interface

Supported.

PS.ProjectResourceCreationInformation

http://contoso.sharepoint.com/sites/pwa/_api/ProjectServer/Projects('projectid')/ProjectResources

POST Example (not all fields may be required)

body = {
	'parameters': {
		'Account':'value', 
		'Email':'value', 
		'Id':'value', 
		'Name':'value', 
		'Notes':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Account ✓ʷ ✓ʷ ✓ʷ String Gets or sets the project resource account.
Email ✓ʷ ✓ʷ ✓ʷ String Gets or sets the email address of the project resource.
Id ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID of the project resource.
Name ✓ʷ ✓ʷ ✓ʷ String Gets or sets the project resource name.
Notes ✓ʷ ✓ʷ ✓ʷ String Gets or sets the notes about the project resource.

See Also

DraftProjectResource
DraftProjectResourceCollection