ReportingPostResourceChangedEventArgs.CapacityDataChanged propriedade
Obtém um valor booleano que indica se os dados da divisão em fases (capacidade) foram alterados.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public ReadOnly Property CapacityDataChanged As Boolean
Get
'Uso
Dim instance As ReportingPostResourceChangedEventArgs
Dim value As Boolean
value = instance.CapacityDataChanged
public bool CapacityDataChanged { get; }
Valor de propriedade
Tipo: System.Boolean
Ver também
Referência
ReportingPostResourceChangedEventArgs classe