EventHandlersDataSet.EventHandlersRow.EventId Property
Specifies the identifier of the event dispatched by the event handler.
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
See Also
Reference
EventHandlersDataSet.EventHandlersRow Class