Share via


NotificationType.Items Property

The Items property gets or sets an array of items.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.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; }

Property Value

Type: []
The Items property returns an array that contains elements of the type BaseNotificationEventType.