ReportingPostTimesheetClassChangedEventArgs.ClassType Property
Gets the type of the changed timesheet line class.
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 ClassType As TimesheetEnum.LineClassType
Get
'Usage
Dim instance As ReportingPostTimesheetClassChangedEventArgs
Dim value As TimesheetEnum.LineClassType
value = instance.ClassType
public TimesheetEnum.LineClassType ClassType { get; }
Property Value
Type: Microsoft.Office.Project.Server.Library.TimesheetEnum.LineClassType
See Also
Reference
ReportingPostTimesheetClassChangedEventArgs Class