RulePresentationObjectBase.WhenChanged Property
Namespace: Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public ReadOnly Property WhenChanged As Nullable(Of DateTime)
Get
'Usage
Dim instance As RulePresentationObjectBase
Dim value As Nullable(Of DateTime)
value = instance.WhenChanged
public Nullable<DateTime> WhenChanged { get; }
Property Value
Type: System.Nullable<DateTime>