Condividi tramite


Proprietà BaseSubscriptionRequestType.EventTypes

Aggiornamento: novembre 2007

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Ottiene o imposta un insieme di notifiche di eventi utilizzate per creare una sottoscrizione.

Spazio dei nomi:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007
Assembly:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (in Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)

Sintassi

'Dichiarazione
Public Property EventTypes As NotificationEventTypeType()
'Utilizzo
Dim instance As BaseSubscriptionRequestType
Dim value As NotificationEventTypeType()

value = instance.EventTypes

instance.EventTypes = value
public NotificationEventTypeType[] EventTypes { get; set; }
public:
property array<NotificationEventTypeType>^ EventTypes {
    array<NotificationEventTypeType>^ get ();
    void set (array<NotificationEventTypeType>^ value);
}
public function get EventTypes () : NotificationEventTypeType[]
public function set EventTypes (value : NotificationEventTypeType[])

Valore proprietà

Tipo: array<Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationEventTypeType[]

Insieme di notifiche di eventi.

Autorizzazioni

Piattaforme

Windows CE, Windows Mobile per Smartphone, Windows Mobile per Pocket PC

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Compact Framework

Supportato in: 3.5

Vedere anche

Riferimenti

BaseSubscriptionRequestType Classe

Membri BaseSubscriptionRequestType

Spazio dei nomi Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007