ProfileGroupSettingsCollection.Item[] プロパティ

定義

ProfileGroupSettings オブジェクトを取得します。値の設定も可能です。

オーバーロード

Item[Int32]

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

Item[String]

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

Item[Int32]

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

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

パラメーター

index
Int32

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

プロパティ値

指定したインデックスに存在する ProfileGroupSettings オブジェクト。指定したインデックスにオブジェクトが存在しない場合は null

こちらもご覧ください

適用対象

Item[String]

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

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

パラメーター

name
String

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

プロパティ値

指定した名前を持つ ProfileGroupSettings オブジェクト。その名前を持つオブジェクトが存在しない場合は null

こちらもご覧ください

適用対象