Share via


DriverPrioritizationDataSet.DriverRelationsRow.LT_STRUCT_UID property

Gets or sets the GUID of the lookup table structure used by the driver relationship.

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

Syntax

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

value = instance.LT_STRUCT_UID

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

Property value

Type: System.Guid
Returns Guid.

See also

Reference

DriverPrioritizationDataSet.DriverRelationsRow class

DriverPrioritizationDataSet.DriverRelationsRow members

WebSvcDriver namespace