Share via


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

ReportingPostResourceChangedEventArgs members

Microsoft.Office.Project.Server.Events namespace