Freigeben über


NotificationType.Items-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 die Auflistung der Benachrichtigungsereignisse 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 Items As BaseNotificationEventType()
    Get
    Set
'Usage
Dim instance As NotificationType
Dim value As BaseNotificationEventType()

value = instance.Items

instance.Items = value
public BaseNotificationEventType[] Items { get; set; }
public:
property array<BaseNotificationEventType^>^ Items {
    array<BaseNotificationEventType^>^ get ();
    void set (array<BaseNotificationEventType^>^ value);
}
member Items : BaseNotificationEventType[] with get, set

Eigenschaftswert

Typ: array<Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.BaseNotificationEventType[]
Die Auflistung der Benachrichtigungsereignisse.

.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

NotificationType Klasse

Member NotificationType

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