ADRecipient.AuditLastExternalAccess Property

Namespace:  Microsoft.Exchange.Data.Directory.Recipient
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property AuditLastExternalAccess As Nullable(Of DateTime)
    Get
'Usage
Dim instance As ADRecipient
Dim value As Nullable(Of DateTime)

value = instance.AuditLastExternalAccess
public Nullable<DateTime> AuditLastExternalAccess { get; }

Property Value

Type: System.Nullable<DateTime>