ProtocolConnectionCollection.Connections 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 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.