Event class

inherits members from ClientObject

Represents and identifies activity that occurs in Project Server when there are changes in business object data.

Syntax

CSOM

class Event 

JSOM

PS.Event

REST Interface

Supported.

PS.Event

http://contoso.sharepoint.com/sites/pwa/api/ProjectServer/Events({id})

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
EventName ✓ʷ ✓ʷ ✓ʷ String Gets or sets the name of an event in Project Server.
Id Integer Gets the identifier of a Project Server event.
SourceName ✓ʷ ✓ʷ ✓ʷ String Gets or sets the name of an event source.

See Also

EventCollection
EventHandler