Mailbox.AuditDelegate Property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property AuditDelegate As MultiValuedProperty(Of MailboxAuditOperations)
Get
Set
'Usage
Dim instance As Mailbox
Dim value As MultiValuedProperty(Of MailboxAuditOperations)
value = instance.AuditDelegate
instance.AuditDelegate = value
[ParameterAttribute(Mandatory = false)]
public MultiValuedProperty<MailboxAuditOperations> AuditDelegate { get; set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<MailboxAuditOperations>
See Also