ProjectImpactDataSet.ImpactStatementsRow.LT_STRUCT_UID - Propriété
Obtient le GUID de la structure de table de choix. En lecture seule.
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property LT_STRUCT_UID As Guid
Get
Set
'Utilisation
Dim instance As ProjectImpactDataSet.ImpactStatementsRow
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
Voir aussi
Référence
ProjectImpactDataSet.ImpactStatementsRow classe