Share via


EventsDataSet.EventRow.EventId property

Gets the identifier of the event, which is one of the constants in the PSEventID enumeration.

Namespace:  WebSvcEvents
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property EventId As Integer
    Get
    Set
'Usage
Dim instance As EventsDataSet.EventRow
Dim value As Integer

value = instance.EventId

instance.EventId = value
public int EventId { get; set; }

Property value

Type: System.Int32

See also

Reference

EventsDataSet.EventRow class

EventsDataSet.EventRow members

WebSvcEvents namespace