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

속성 값

String

요청에 대한 연결 그룹 이름입니다.

설명

ConnectionGroupName 속성은 현재 클래스에서 FileWebRequest 사용되지 않습니다.

적용 대상