DriverPrioritizationDataSet.DriverRelationsRow.LT_STRUCT_UID - Propriété
Obtient ou définit le GUID de la structure de table de recherche utilisé par la relation pilote.
Espace de noms : WebSvcDriver
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property LT_STRUCT_UID As Guid
Get
Set
'Utilisation
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; }
Valeur de propriété
Type : System.Guid
Cette propriété renvoie Guid.
Voir aussi
Référence
DriverPrioritizationDataSet.DriverRelationsRow classe