Share via


NamedPipeConnectionPoolSettings.GroupName 屬性

定義

取得或設定用戶端上此連線集區群組的群組名稱。

public:
 property System::String ^ GroupName { System::String ^ get(); void set(System::String ^ value); };
public string GroupName { get; set; }
member this.GroupName : string with get, set
Public Property GroupName As String

屬性值

用戶端上此連線集區群組的名稱。 預設名稱為 "default"。

例外狀況

值為 null

備註

預設值可加以變更,以便將特定用戶端的連接隔離在不同群組中。

適用於