MailboxAuditLogEvent.SourceFolders Property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property SourceFolders As MultiValuedProperty(Of MailboxAuditLogSourceFolder)
Get
Private Set
'Usage
Dim instance As MailboxAuditLogEvent
Dim value As MultiValuedProperty(Of MailboxAuditLogSourceFolder)
value = instance.SourceFolders
public MultiValuedProperty<MailboxAuditLogSourceFolder> SourceFolders { get; private set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<MailboxAuditLogSourceFolder>