ReportingPostResourceChangedEventArgs.ToString Method
Returns a text string that contains the GUID for the resource that has been changed and two flags: one flag indicates whether time-phased data has been changed and one flag indicates whether data that is not time-phased 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 Overrides Function ToString As String
'Usage
Dim instance As ReportingPostResourceChangedEventArgs
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
See Also
Reference
ReportingPostResourceChangedEventArgs Class