EventsDataSet.EventRow Class

Specifies one row of event information.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class EventRow _
    Inherits DataRow
'Usage
Dim instance As EventsDataSet.EventRow
public class EventRow : DataRow

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