言語

ProfilePropertySettingsCollection.Set(ProfilePropertySettings) メソッド

定義

指定した ProfilePropertySettings オブジェクトをコレクションに追加します。

public:
 void Set(System::Web::Configuration::ProfilePropertySettings ^ propertySettings);
public void Set(System.Web.Configuration.ProfilePropertySettings propertySettings);
member this.Set : System.Web.Configuration.ProfilePropertySettings -> unit
Public Sub Set (propertySettings As ProfilePropertySettings)

パラメーター

propertySettings
ProfilePropertySettings

ProfilePropertySettings オブジェクト。

例外

追加する ProfilePropertySettings オブジェクトがコレクションに既に存在するか、コレクションが読み取り専用です。

注釈

このメソッドの呼び出しは、 Add メソッドの呼び出しと同じ効果があります。

適用対象

こちらもご覧ください