Compartilhar via


EventsDataSet.EventRow.EventId property

Obtém o identificador do evento, que é uma das constantes na enumeração PSEventID .

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

Syntax

'Declaração
Public Property EventId As Integer
    Get
    Set
'Uso
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

Ver também

Referência

EventsDataSet.EventRow class

EventsDataSet.EventRow members

WebSvcEvents namespace