ConfigurationDocument.customParameters Field
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Protected customParameters As Dictionary(Of String, List(Of String))
'Usage
Dim value As Dictionary(Of String, List(Of String))
value = Me.customParameters
Me.customParameters = value
protected Dictionary<string, List<string>> customParameters