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 属性标记的方法中调用。