ProfileManager.AddDynamicProfileProperty(ProfilePropertySettings) 方法

定义

以编程方式添加配置文件属性。

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

适用于