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

適用対象

こちらもご覧ください