PassportIdentity.HasProfile(String) 메서드

정의

지정된 프로필 특성이 이 사용자의 프로필에 있는지 여부를 나타냅니다. 이 클래스는 더 이상 사용되지 않습니다.

public:
 bool HasProfile(System::String ^ strProfile);
public bool HasProfile(string strProfile);
member this.HasProfile : string -> bool
Public Function HasProfile (strProfile As String) As Boolean

매개 변수

strProfile
String

쿼리할 Passport 프로필 특성입니다.

반품

true 프로필 특성 strProfile 이 이 사용자의 프로필에 있으면 이고, false그렇지 않으면 .

설명

이 클래스는 더 이상 사용되지 않으며 더 이상 지원되지 않습니다. Microsoft Passport Network가 Windows 라이브 ID로 대체되었습니다.

적용 대상