DriverDataSet.Driver property
Gets the information about task, resource, cost, and assignment driver information that is associated with a specific project.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Driver As DriverDataSet.DriverDataTable
Get
'Usage
Dim instance As DriverDataSet
Dim value As DriverDataSet.DriverDataTable
value = instance.Driver
[BrowsableAttribute(false)]
public DriverDataSet.DriverDataTable Driver { get; }
Property value
Type: WebSvcDriver.DriverDataSet.DriverDataTable