Share via


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>

See also

Reference

MailboxAuditLogRecord class

MailboxAuditLogRecord members

Microsoft.Exchange.Data.Directory.Management namespace