TimesheetLinePreApproveEventArgs.TsUID - Propriété
Obtient le GUID de la feuille de temps qui a été approuvée.
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public Property TsUID As Guid
Get
Set
'Utilisation
Dim instance As TimesheetLinePreApproveEventArgs
Dim value As Guid
value = instance.TsUID
instance.TsUID = value
public Guid TsUID { get; set; }
Valeur de propriété
Type : System.Guid
Voir aussi
Référence
TimesheetLinePreApproveEventArgs classe