NamedPipeConnectionPoolSettingsElement.GroupName Property

Definition

Gets or sets a string that defines the name of the connection pool used for outgoing channels.

public:
 property System::String ^ GroupName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("groupName", DefaultValue="default")]
[System.Configuration.StringValidator(MinLength=0)]
public string GroupName { get; set; }
[<System.Configuration.ConfigurationProperty("groupName", DefaultValue="default")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.GroupName : string with get, set
Public Property GroupName As String

Property Value

A string that defines the name of the connection pool used for outgoing channels.

Attributes

Remarks

In streamed mode, connections are not shared, meaning that connection pooling is disabled. The default is a "default" string. You can modify this value to isolate the connections for a particular client into separate groups.

Applies to