EventsDataSet.EventRow Members
Include Protected Members
Include Inherited Members
Contains the information that is associated with a specific event.
The EventsDataSet.EventRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
EventId | Gets the identifier of the event, which is one of the constants in the PSEventID enumeration. | |
EventName | Gets the name of the event. | |
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
SourceName | Gets the name of the source of an event. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top