GetClientExtensionResponse.ClientExtensions Property
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.
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.