ReportingPostFiscalPeriodChangedEventArgs.ToString Method
Returns a string that contains the fiscal year array whose first element is an integer representing the fiscal year that has been deleted.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ReportingPostFiscalPeriodChangedEventArgs
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
See Also
Reference
ReportingPostFiscalPeriodChangedEventArgs Class