Compartilhar via


EventsDataSet.EventRow.EventName property

Obtém o nome do evento.

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

Syntax

'Declaração
Public Property EventName As String
    Get
    Set
'Uso
Dim instance As EventsDataSet.EventRow
Dim value As String

value = instance.EventName

instance.EventName = value
public string EventName { get; set; }

Property value

Type: System.String

Ver também

Referência

EventsDataSet.EventRow class

EventsDataSet.EventRow members

WebSvcEvents namespace