ReportingPostTimesheetAdjustedEventArgs.AdjustmentGuid Property
Gets the GUID of the timesheet adjustment.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property AdjustmentGuid As Guid
Get
'Usage
Dim instance As ReportingPostTimesheetAdjustedEventArgs
Dim value As Guid
value = instance.AdjustmentGuid
public Guid AdjustmentGuid { get; }
Property Value
Type: System.Guid
See Also
Reference
ReportingPostTimesheetAdjustedEventArgs Class