ComplexPropertyCollection<TComplexProperty> Class

Definition

Represents a collection of properties that can be sent to and retrieved from Exchange Web Services (EWS).

generic <typename TComplexProperty>
 where TComplexProperty : ComplexPropertypublic ref class ComplexPropertyCollection abstract : Microsoft::Exchange::WebServices::Data::ComplexProperty, System::Collections::Generic::IEnumerable<TComplexProperty>
public abstract class ComplexPropertyCollection<TComplexProperty> : Microsoft.Exchange.WebServices.Data.ComplexProperty, System.Collections.Generic.IEnumerable<TComplexProperty> where TComplexProperty : ComplexProperty
Public MustInherit Class ComplexPropertyCollection(Of TComplexProperty)
Inherits ComplexProperty
Implements IEnumerable(Of TComplexProperty)

Type Parameters

TComplexProperty

ComplexProperty type.

Inheritance
ComplexPropertyCollection<TComplexProperty>
Derived
Implements
IEnumerable<TComplexProperty>

Properties

Count

Gets the total number of properties in the collection.

Item[Int32]

Gets the property at the specified index.

Methods

Contains(TComplexProperty)

Determines whether a specific property is in the collection.

GetEnumerator()

Gets an enumerator that iterates through the elements of the collection.

IndexOf(TComplexProperty)

Searches for a specific property and return its zero-based index within the collection.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets an enumerator that iterates through the elements of the collection. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to