AdminAuditLogEvent.RunDate property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property RunDate As Nullable(Of DateTime)
Get
Friend Set
'Usage
Dim instance As AdminAuditLogEvent
Dim value As Nullable(Of DateTime)
value = instance.RunDate
public Nullable<DateTime> RunDate { get; internal set; }
Property value
Type: System.Nullable<DateTime>
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace