ReportingPostTimesheetStatusChangedEventArgs.TimesheetGuid propriedade
Obtém o GUID do quadro de horários cujo status foi alterado.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public ReadOnly Property TimesheetGuid As Guid
Get
'Uso
Dim instance As ReportingPostTimesheetStatusChangedEventArgs
Dim value As Guid
value = instance.TimesheetGuid
public Guid TimesheetGuid { get; }
Valor de propriedade
Tipo: System.Guid
Ver também
Referência
ReportingPostTimesheetStatusChangedEventArgs classe