DictionaryProperty<TKey, TEntry> class

Represents a generic dictionary that can be sent to or retrieved from Exchange Web Services (EWS).

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public MustInherit Class DictionaryProperty(Of TKey, TEntry As DictionaryEntryProperty(Of TKey)) _
	Inherits ComplexProperty
'Usage
Dim instance As DictionaryProperty(Of TKey, TEntry)

Type parameters

TKey

The type of key.

TEntry

The type of entry.

Any public static ( in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: