DriverPrioritizationDataSet.PrioritizationEntriesRow class

Contains one of the two prioritization entries that are used to prioritize a specified driver.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcDriver.DriverPrioritizationDataSet.PrioritizationEntriesRow

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

Syntax

'Declaration
Public Class PrioritizationEntriesRow _
    Inherits DataRow
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationEntriesRow
public class PrioritizationEntriesRow : DataRow

Remarks

Represents one row from the DriverPrioritizationDataSet.PrioritizationEntriesDataTable 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

DriverPrioritizationDataSet.PrioritizationEntriesRow members

WebSvcDriver namespace