ProtocolConnectionCollection.Connections Property

Definition

Gets a list of user protocol connections.

public:
 property System::Collections::Generic::List<Microsoft::Exchange::WebServices::Autodiscover::ProtocolConnection ^> ^ Connections { System::Collections::Generic::List<Microsoft::Exchange::WebServices::Autodiscover::ProtocolConnection ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Exchange.WebServices.Autodiscover.ProtocolConnection> Connections { get; }
Public ReadOnly Property Connections As List(Of ProtocolConnection)

Property Value

A list containing the user's protocol connections.

Applies to