Share via


SocketConnectionPoolSettingsElement.GroupName Property

Definition

Gets or sets the name of the connection pool used for outgoing channels.

[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

Returns the name of the connection pool used for outgoing channels.

Attributes

Applies to