EventsDataSet.EventRow.EventName Property
Gets the name of the event.
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 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