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 的方法中呼叫 。