次の方法で共有


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 構成システムによって呼び出されます。 メソッドを使用して、クラスの ProfileGroupSettings インスタンスを取得します GetSection

適用対象