DriverDataSet.DriverImpactStatementsRow.DRIVER_UID property
Indicates the unique identifier for the specified driver and its associated impact statement.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property DRIVER_UID As Guid
Get
Set
'Usage
Dim instance As DriverDataSet.DriverImpactStatementsRow
Dim value As Guid
value = instance.DRIVER_UID
instance.DRIVER_UID = value
public Guid DRIVER_UID { get; set; }
Property value
Type: System.Guid
See also
Reference
DriverDataSet.DriverImpactStatementsRow class