ProfileManager.AddDynamicProfileProperty(ProfilePropertySettings) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
프로필 속성을 프로그래밍 방식으로 추가합니다.
public:
static void AddDynamicProfileProperty(System::Web::Configuration::ProfilePropertySettings ^ property);
public static void AddDynamicProfileProperty (System.Web.Configuration.ProfilePropertySettings property);
static member AddDynamicProfileProperty : System.Web.Configuration.ProfilePropertySettings -> unit
Public Shared Sub AddDynamicProfileProperty (property As ProfilePropertySettings)
매개 변수
- property
- ProfilePropertySettings
추가될 속성 설정입니다.
설명
이 메서드는 구성 파일의 섹션에 속성을 추가하는 것과 profile
기능적으로 동일합니다. 이 메서드를 호출하여 프로필 속성을 추가하려면 특성으로 표시된 메서드에서 호출을 PreApplicationStartMethodAttribute 수행해야 합니다.