Share via


ReportingPostTimesheetPeriodChangedEventArgs.PeriodName property

Gets the unique name of the changed timesheet period.

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 PeriodName As String
    Get
'Usage
Dim instance As ReportingPostTimesheetPeriodChangedEventArgs
Dim value As String

value = instance.PeriodName
public string PeriodName { get; }

Property value

Type: System.String

See also

Reference

ReportingPostTimesheetPeriodChangedEventArgs class

ReportingPostTimesheetPeriodChangedEventArgs members

Microsoft.Office.Project.Server.Events namespace