NonEmptyArrayOfAllItemsType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |