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