ReportingPostResourceChangedEventArgs.CapacityDataChanged Property
Gets a Boolean value that indicates whether time-phased (capacity) data 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 CapacityDataChanged As Boolean
Get
'Usage
Dim instance As ReportingPostResourceChangedEventArgs
Dim value As Boolean
value = instance.CapacityDataChanged
public bool CapacityDataChanged { get; }
Property Value
Type: System.Boolean
See Also
Reference
ReportingPostResourceChangedEventArgs Class