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

適用対象