Share via


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

ReportingPostTimesheetClassChangedEventArgs members

Microsoft.Office.Project.Server.Events namespace