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)

プロパティ値

ユーザーのプロトコル接続を含むリスト。

適用対象