EventHandlersDataSet.EventHandlersRow.EventId property
Gets or sets the identifier of the event that is dispatched by the event handler.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property EventId As Integer
Get
Set
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As Integer
value = instance.EventId
instance.EventId = value
public int EventId { get; set; }
Property value
Type: System.Int32
The event GUID.
Remarks
The event identifier is one of the constants in the PSEventID enumeration.
See also
Reference
EventHandlersDataSet.EventHandlersRow class