GetClientExtensionResponse.ClientExtensions Property

Definition

Gets all client extensions returned. The ClientExtensions property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::ClientExtension ^> ^ ClientExtensions { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::ClientExtension ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.ClientExtension> ClientExtensions { get; }
Public ReadOnly Property ClientExtensions As Collection(Of ClientExtension)

Property Value

A collection of references to client extension objects.

Applies to