DictionaryProperty<TKey,TEntry> Clase

Definición

Representa un diccionario genérico que se puede enviar o recuperar desde 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

Parámetros de tipo

TKey

El tipo de clave.

TEntry

El tipo de entrada.

Herencia
DictionaryProperty<TKey,TEntry>
Derivado

Constructores

DictionaryProperty<TKey,TEntry>()

Métodos

Contains(TKey)

Determina si esta instancia contiene la clave especificada.

Se aplica a