AdminAuditLogEvent.ModifiedProperties Property

Namespace:  Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property ModifiedProperties As MultiValuedProperty(Of AdminAuditLogModifiedProperty)
    Get
    Private Set
'Usage
Dim instance As AdminAuditLogEvent
Dim value As MultiValuedProperty(Of AdminAuditLogModifiedProperty)

value = instance.ModifiedProperties
public MultiValuedProperty<AdminAuditLogModifiedProperty> ModifiedProperties { get; private set; }

Property Value

Type: Microsoft.Exchange.Data.MultiValuedProperty<AdminAuditLogModifiedProperty>