NonEmptyArrayOfAllItemsType Class

Definition

The NonEmptyArrayOfAllItemsType class contains an array of items that are used with the CreateItem(CreateItemType) method, meeting request items, and calendar items.

public ref class NonEmptyArrayOfAllItemsType
public class NonEmptyArrayOfAllItemsType
Public Class NonEmptyArrayOfAllItemsType
Inheritance
NonEmptyArrayOfAllItemsType

Remarks

The NonEmptyArrayOfAllItemsType class must always contain at least one object if it is used in a request or response.

Constructors

NonEmptyArrayOfAllItemsType()

The NonEmptyArrayOfAllItemsType() constructor initializes a new instance of the NonEmptyArrayOfAllItemsType class.

Properties

Items

The Items property gets or sets an array that contains elements of the type ItemType.

Applies to