FileWebRequest.ConnectionGroupName Property

Definition

Gets or sets the name of the connection group for the request. This property is reserved for future use.

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

Property Value

The name of the connection group for the request.

Remarks

The ConnectionGroupName property is currently not used by the FileWebRequest class.

Applies to