This documentation is archived and is not being maintained.
WebClientProtocol.ConnectionGroupName Property
.NET Framework 1.1
Gets or sets the name of the connection group for the request.
[Visual Basic] Public Property ConnectionGroupName As String [C#] public string ConnectionGroupName {get; set;} [C++] public: __property String* get_ConnectionGroupName(); public: __property void set_ConnectionGroupName(String*); [JScript] public function get ConnectionGroupName() : String; public function set ConnectionGroupName(String);
Property Value
The name of the connection group. The default is Empty.
Remarks
The ConnectionGroupName property enables you to associate a request to a connection group. For more details, see ConnectionGroupName.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
WebClientProtocol Class | WebClientProtocol Members | System.Web.Services.Protocols Namespace | ConnectionGroupName | ConnectionGroupName
Show: