次の方法で共有


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 されているメソッドで を呼び出す必要があります。

適用対象