Freigeben über


BaseSubscriptionRequestType.EventTypes-Eigenschaft

Dieser Dokumentation für die Vorschau nur ist und in späteren Versionen geändert. Leere Themen wurden als Platzhalter eingefügt.]

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Ruft eine Auflistung von Ereignisbenachrichtigungen, die zum Erstellen eines Abonnements ab.

Namespace:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007
Assembly:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (in Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)

Syntax

'Declaration
Public Property EventTypes As NotificationEventTypeType()
    Get
    Set
'Usage
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);
}
member EventTypes : NotificationEventTypeType[] with get, set

Eigenschaftswert

Typ: array<Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NotificationEventTypeType[]
Die Auflistung von Ereignisbenachrichtigungen.

.NET Framework-Sicherheit

Plattformen

Windows CE, Windows Mobile für Smartphone, Windows Mobile für Pocket PC

Die .NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET framework.

Versionsinformationen

.NET Compact Framework

Unterstützt in: 3.5

Siehe auch

Referenz

BaseSubscriptionRequestType Klasse

Member BaseSubscriptionRequestType

Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007-Namespace