Share via


ProfilePropertySettingsCollection.Item[] プロパティ

定義

指定した ProfilePropertySettings オブジェクトを取得または設定します。

オーバーロード

Item[Int32]

指定したインデックス位置の ProfilePropertySettings オブジェクトを取得または設定します。

Item[String]

指定した名前で ProfilePropertySettings オブジェクトを取得または設定します。

Item[Int32]

指定したインデックス位置の ProfilePropertySettings オブジェクトを取得または設定します。

public:
 property System::Web::Configuration::ProfilePropertySettings ^ default[int] { System::Web::Configuration::ProfilePropertySettings ^ get(int index); void set(int index, System::Web::Configuration::ProfilePropertySettings ^ value); };
public System.Web.Configuration.ProfilePropertySettings this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.ProfilePropertySettings with get, set
Default Public Property Item(index As Integer) As ProfilePropertySettings

パラメーター

index
Int32

ProfilePropertySettings オブジェクトの、コレクション内でのインデックス。

プロパティ値

指定したインデックスの位置にある ProfilePropertySettings オブジェクト。

こちらもご覧ください

適用対象

Item[String]

指定した名前で ProfilePropertySettings オブジェクトを取得または設定します。

public:
 property System::Web::Configuration::ProfilePropertySettings ^ default[System::String ^] { System::Web::Configuration::ProfilePropertySettings ^ get(System::String ^ name); };
public System.Web.Configuration.ProfilePropertySettings this[string name] { get; }
member this.Item(string) : System.Web.Configuration.ProfilePropertySettings
Default Public ReadOnly Property Item(name As String) As ProfilePropertySettings

パラメーター

name
String

コレクション内の ProfilePropertySettings オブジェクトの名前。

プロパティ値

指定した名前の ProfilePropertySettings オブジェクトです。

こちらもご覧ください

適用対象