EventsDataSet.EventRow Class

Contains the information that is associated with a specific event.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    [Events Web service].EventsDataSet.EventRow

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 Class EventRow _
    Inherits DataRow
'Usage
Dim instance As EventsDataSet.EventRow
public class EventRow : DataRow

Remarks

Represents one event from the EventsDataSet.EventDataTable table.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EventsDataSet.EventRow Members

Events Web Service