次の方法で共有


SocketConnectionPoolSettingsElement.GroupName プロパティ

定義

送信チャネルに使用される接続プールの名前を取得または設定します。

[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

プロパティ値

送信チャネルに使用される接続プールの名前を返します。

属性

適用対象