Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the cmdlets you want to search for in the administrator audit log.
Inheritance hierarchy
System.Object
Microsoft.Exchange.Data.MultiValuedPropertyBase
Microsoft.Exchange.Data.MultiValuedProperty<T>
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MultiValuedProperty(Of T) _
Inherits MultiValuedPropertyBase
'Usage
Dim instance As MultiValuedProperty(Of T)
[SerializableAttribute]
public class MultiValuedProperty<T> : MultiValuedPropertyBase
Type parameters
- T
Remarks
Only the log entries that contain the cmdlets you specify are returned.If you want to specify more than one cmdlet, separate each cmdlet with a comma.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.