Share via


ProfileGroupSettings(String) 建構函式

定義

使用預設值初始化 ProfileGroupSettings 類別的新執行個體。

public:
 ProfileGroupSettings(System::String ^ name);
public ProfileGroupSettings (string name);
new System.Web.Configuration.ProfileGroupSettings : string -> System.Web.Configuration.ProfileGroupSettings
Public Sub New (name As String)

參數

name
String

新群組的名稱。

備註

ProfileGroupSettings 構函式不適合直接從您的程式碼使用。 ASP.NET 組態系統會呼叫它。 您可以使用 方法取得 類別 GetSectionProfileGroupSettings 實例。

適用於