DictionaryProperty<TKey,TEntry> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Derived
Constructors
DictionaryProperty<TKey,TEntry>() |
Methods
Contains(TKey) |
Determines whether this instance contains the specified key. |