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