Share via


DriverPrioritizationDataSet.DriverRelationsRow.DRIVER2_UID property

Gets or sets the GUID of the second driver used in the prioritization.

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

Syntax

'Declaration
Public Property DRIVER2_UID As Guid
    Get
    Set
'Usage
Dim instance As DriverPrioritizationDataSet.DriverRelationsRow
Dim value As Guid

value = instance.DRIVER2_UID

instance.DRIVER2_UID = value
public Guid DRIVER2_UID { get; set; }

Property value

Type: System.Guid
Returns Guid.

See also

Reference

DriverPrioritizationDataSet.DriverRelationsRow class

DriverPrioritizationDataSet.DriverRelationsRow members

WebSvcDriver namespace