EventsDataSet.EventRow.EventId Property
Specifies the identifier of the event.
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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