ComplexPropertyCollection<TComplexProperty> 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.
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
- 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. |