다음을 통해 공유


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 메서드.

적용 대상