NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PassportIdentity.GetDomainAttribute

[To be supplied.]

[Visual Basic]
Public Function GetDomainAttribute( _
   ByVal strAttribute As String, _
   ByVal iLCID As Integer, _
   ByVal strDomain As String _
) As String
[C#]
public string GetDomainAttribute(
   string strAttribute,
   int iLCID,
   string strDomain
);
[C++]
public: String* GetDomainAttribute(
   String* strAttribute,
   int iLCID,
   String* strDomain
);
[JScript]
public function GetDomainAttribute(
   strAttribute : String,
   iLCID : int,
   strDomain : String
) : String;

Parameters

strAttribute
[To be supplied.]
iLCID
[To be supplied.]
strDomain
[To be supplied.]

See Also

PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace