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

지정된 사용자 이름에 대한 ProfileInfo 개체입니다. 이름이 컬렉션에 없으면 null이 반환됩니다.

적용 대상

추가 정보