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