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
Friend Set
'Usage
Dim instance As AdminAuditLogEvent
Dim value As MultiValuedProperty(Of AdminAuditLogModifiedProperty)
value = instance.ModifiedProperties
public MultiValuedProperty<AdminAuditLogModifiedProperty> ModifiedProperties { get; internal set; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<AdminAuditLogModifiedProperty>
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace