UnifiedPolicyNotificationBase.ExecuteTime property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public ReadOnly Property ExecuteTime As Nullable(Of ExDateTime)
Get
'Usage
Dim instance As UnifiedPolicyNotificationBase
Dim value As Nullable(Of ExDateTime)
value = instance.ExecuteTime
public Nullable<ExDateTime> ExecuteTime { get; }
Property value
Type: System.Nullable<ExDateTime>
See also
Reference
UnifiedPolicyNotificationBase class