Event.Id property
Gets the identifier of a Project Server event.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Id As Integer
Get
'Usage
Dim instance As Event
Dim value As Integer
value = instance.Id
[RemoteAttribute]
public int Id { get; }
Property value
Type: System.Int32
An integer identifier.