Aracılığıyla paylaş


DriverPrioritizationDataSet.PrioritizationEntriesRow.PrioritizationRow Property

Gets the prioritization record for the project driver. Read-only.

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
Public Property PrioritizationRow As DriverPrioritizationDataSet.PrioritizationRow
    Get
    Set
'Usage
Dim instance As DriverPrioritizationDataSet.PrioritizationEntriesRow
Dim value As DriverPrioritizationDataSet.PrioritizationRow

value = instance.PrioritizationRow

instance.PrioritizationRow = value
public DriverPrioritizationDataSet.PrioritizationRow PrioritizationRow { get; set; }

Property Value

Type: [Driver Web service].DriverPrioritizationDataSet.PrioritizationRow
Returns DriverPrioritizationDataSet.PrioritizationRow.

See Also

Reference

DriverPrioritizationDataSet.PrioritizationEntriesRow Class

DriverPrioritizationDataSet.PrioritizationEntriesRow Members

Driver Web Service