DriverPrioritizationDataSet.DriverRelations property
Gets the collection of information about relationship entries for task, resource, cost, and assignment driver data.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DriverRelations As DriverPrioritizationDataSet.DriverRelationsDataTable
Get
'Usage
Dim instance As DriverPrioritizationDataSet
Dim value As DriverPrioritizationDataSet.DriverRelationsDataTable
value = instance.DriverRelations
[BrowsableAttribute(false)]
public DriverPrioritizationDataSet.DriverRelationsDataTable DriverRelations { get; }
Property value
Type: WebSvcDriver.DriverPrioritizationDataSet.DriverRelationsDataTable
See also
Reference
DriverPrioritizationDataSet class