ReportingPostTimesheetClassChangedEventArgs.ClassDescription Property
Gets the description 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 ClassDescription As String
Get
'Usage
Dim instance As ReportingPostTimesheetClassChangedEventArgs
Dim value As String
value = instance.ClassDescription
public string ClassDescription { get; }
Property Value
Type: System.String
See Also
Reference
ReportingPostTimesheetClassChangedEventArgs Class