Share via


EventsDataSet.EventRow class

Contains the information that is associated with a specific event.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcEvents.EventsDataSet.EventRow

Namespace:  WebSvcEvents
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcEvents namespace