ProfileInfoCollection.Item[String] プロパティ

定義

指定した ProfileInfo によって参照される、コレクション内の UserName オブジェクトを取得します。

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

パラメーター

name
String

コレクションから取得する UserName オブジェクトの ProfileInfo

プロパティ値

指定したユーザー名の ProfileInfo オブジェクト。 コレクション内に名前が見つからない場合は null が返されます。

適用対象

こちらもご覧ください