DictionaryProperty<TKey,TEntry> Class

Definition

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

generic <typename TKey, typename TEntry>
 where TEntry : DictionaryEntryProperty<TKey>public ref class DictionaryProperty abstract : Microsoft::Exchange::WebServices::Data::ComplexProperty
public abstract class DictionaryProperty<TKey,TEntry> : Microsoft.Exchange.WebServices.Data.ComplexProperty where TEntry : DictionaryEntryProperty<TKey>
Public MustInherit Class DictionaryProperty(Of TKey, TEntry)
Inherits ComplexProperty

Type Parameters

TKey

The type of key.

TEntry

The type of entry.

Inheritance
DictionaryProperty<TKey,TEntry>
Derived

Constructors

DictionaryProperty<TKey,TEntry>()

Methods

Contains(TKey)

Determines whether this instance contains the specified key.

Applies to