FileWebRequest.ConnectionGroupName プロパティ

定義

要求に対して使用する接続グループの名前を取得または設定します。 このプロパティは、今後使用するために予約されています。

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

プロパティ値

要求で使用する接続グループの名前。

注釈

プロパティは ConnectionGroupName 現在、 クラスでは FileWebRequest 使用されていません。

適用対象