EventsDataSet.Event Property
Gets the Event table, which includes a row for each Project Server 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
<BrowsableAttribute(False)> _
Public ReadOnly Property Event As EventsDataSet.EventDataTable
Get
'Usage
Dim instance As EventsDataSet
Dim value As EventsDataSet.EventDataTable
value = instance.Event
[BrowsableAttribute(false)]
public EventsDataSet.EventDataTable Event { get; }
Property Value
Type: [Events Web service].EventsDataSet.EventDataTable