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 Live ID に置き換えられました。

適用対象