ReportingPostTimesheetPeriodChangedEventArgs.PeriodGuid - Propriété
Obtient le nom GUID de la période de feuille de temps modifié.
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 ReadOnly Property PeriodGuid As Guid
Get
'Utilisation
Dim instance As ReportingPostTimesheetPeriodChangedEventArgs
Dim value As Guid
value = instance.PeriodGuid
public Guid PeriodGuid { get; }
Valeur de propriété
Type : System.Guid
Voir aussi
Référence
ReportingPostTimesheetPeriodChangedEventArgs classe