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 에서 이름을 찾을 수 없으면 반환됩니다.

적용 대상

추가 정보