MailboxAuditLogRecord.LastAccessed Property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property LastAccessed As Nullable(Of DateTime)
Get
Private Set
'Usage
Dim instance As MailboxAuditLogRecord
Dim value As Nullable(Of DateTime)
value = instance.LastAccessed
public Nullable<DateTime> LastAccessed { get; private set; }
Property Value
Type: System.Nullable<DateTime>