DriverDataSet.DriverImpactStatementsRow class

Contains a row of driver impact information.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcDriver.DriverDataSet.DriverImpactStatementsRow

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

Syntax

'Declaration
Public Class DriverImpactStatementsRow _
    Inherits DataRow
'Usage
Dim instance As DriverDataSet.DriverImpactStatementsRow
public class DriverImpactStatementsRow : DataRow

Remarks

One row from the DriverImpactStatementDataTable 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

DriverDataSet.DriverImpactStatementsRow members

WebSvcDriver namespace