EventsDataSet.EventRow.EventName property
Gets the name of the event.
Namespace: WebSvcEvents
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property EventName As String
Get
Set
'Usage
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