DriverPrioritizationDataSet.PrioritizationEntries Property
Gets the collection of information about priorities for task, resource, cost, and assignment driver data that is associated with a specific project.
Namespace: [Driver Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Driver.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Driver.asmx?wsdl
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property PrioritizationEntries As DriverPrioritizationDataSet.PrioritizationEntriesDataTable
Get
'Usage
Dim instance As DriverPrioritizationDataSet
Dim value As DriverPrioritizationDataSet.PrioritizationEntriesDataTable
value = instance.PrioritizationEntries
[BrowsableAttribute(false)]
public DriverPrioritizationDataSet.PrioritizationEntriesDataTable PrioritizationEntries { get; }
Property Value
Type: [Driver Web service].DriverPrioritizationDataSet.PrioritizationEntriesDataTable
Returns DriverPrioritizationDataSet.PrioritizationEntriesDataTable.
See Also
Reference
DriverPrioritizationDataSet Class