WebClientProtocol.ConnectionGroupName プロパティ

定義

要求に対して使用する接続グループの名前を取得または設定します。

public:
 property System::String ^ ConnectionGroupName { System::String ^ get(); void set(System::String ^ value); };
public string ConnectionGroupName { get; set; }
member this.ConnectionGroupName : string with get, set
Public Property ConnectionGroupName As String

プロパティ値

接続グループの名前。 既定値は、Empty です。

注釈

ConnectionGroupNameプロパティを使用すると、接続グループに要求を関連付けることができます。 詳細については、「ConnectionGroupName」を参照してください。

適用対象

こちらもご覧ください