ReportingPostResourceChangedEventArgs.NonTimePhasedDataChanged Property
Gets a Boolean value that indicates whether data that is not time-phrased, including custom field values, 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 NonTimePhasedDataChanged As Boolean
Get
'Usage
Dim instance As ReportingPostResourceChangedEventArgs
Dim value As Boolean
value = instance.NonTimePhasedDataChanged
public bool NonTimePhasedDataChanged { get; }
Property Value
Type: System.Boolean
See Also
Reference
ReportingPostResourceChangedEventArgs Class