ReportingPostTimesheetClassChangedEventArgs.ClassName property
Gets the name 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 ClassName As String
Get
'Usage
Dim instance As ReportingPostTimesheetClassChangedEventArgs
Dim value As String
value = instance.ClassName
public string ClassName { get; }
Property value
Type: System.String
See also
Reference
ReportingPostTimesheetClassChangedEventArgs class