MailboxAuditLogEvent.SourceItems Property

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

Syntax

'Declaration
Public Property SourceItems As MultiValuedProperty(Of MailboxAuditLogSourceItem)
    Get
    Private Set
'Usage
Dim instance As MailboxAuditLogEvent
Dim value As MultiValuedProperty(Of MailboxAuditLogSourceItem)

value = instance.SourceItems
public MultiValuedProperty<MailboxAuditLogSourceItem> SourceItems { get; private set; }