ReportingPostTimesheetStatusChangedEventArgs.ResourceName property
Gets the name of a resource that is associated with the timesheet whose status has been changed.
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 ResourceName As String
Get
'Usage
Dim instance As ReportingPostTimesheetStatusChangedEventArgs
Dim value As String
value = instance.ResourceName
public string ResourceName { get; }
Property value
Type: System.String
See also
Reference
ReportingPostTimesheetStatusChangedEventArgs class