ProfileGroupSettings(String) Konstruktor

Definice

Inicializuje novou instanci ProfileGroupSettings třídy pomocí výchozího nastavení.

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)

Parametry

name
String

Název nové skupiny.

Poznámky

Konstruktor ProfileGroupSettings není určen k použití přímo z kódu. Volá se konfiguračním systémem ASP.NET. Instanci třídy získáte ProfileGroupSettings pomocí GetSection metody.

Platí pro