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

属性值

包含用户协议连接的列表。

适用于