TimesheetPreSubmitEventArgs.ApproverUID - Propriété
Obtient le GUID de l'utilisateur qui approuve un envoi de feuille de temps.
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 ApproverUID As Guid
Get
Set
'Utilisation
Dim instance As TimesheetPreSubmitEventArgs
Dim value As Guid
value = instance.ApproverUID
instance.ApproverUID = value
public Guid ApproverUID { get; set; }
Valeur de propriété
Type : System.Guid
Voir aussi
Référence
TimesheetPreSubmitEventArgs classe