PassportIdentity.GetDomainAttribute(String, Int32, String) メソッド

定義

Passport マネージャーに要求されたドメイン属性のクエリを実行して、Passport ドメインの情報を提供します。 このクラスは非推奨です。

public:
 System::String ^ GetDomainAttribute(System::String ^ strAttribute, int iLCID, System::String ^ strDomain);
public string GetDomainAttribute(string strAttribute, int iLCID, string strDomain);
member this.GetDomainAttribute : string * int * string -> string
Public Function GetDomainAttribute (strAttribute As String, iLCID As Integer, strDomain As String) As String

パラメーター

strAttribute
String

取得する属性値の名前。

iLCID
Int32

さまざまな Passport ネットワーク ページをメンバーに表示する言語。

strDomain
String

属性を照会するドメイン機関名。

返品

要求された属性を表す文字列。

注釈

このクラスは非推奨となり、サポートされなくなりました。 Microsoft Passport Network は、Windows Live ID に置き換えられました。

適用対象