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