EventsDataSet.EventRow.EventId Property
Gets the identifier of the event, which is one of the constants in the PSEventID enumeration.
Namespace: [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl
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