asp.net.ph

PassportIdentity.GetProfileObject Method

System.Web.Security Namespace   PassportIdentity Class


Returns Passport profile information for the specified profile attribute.

[ VB ]
Public Function GetProfileObject ( _
   strProfileName As String _
 ) As Object

[ C# ]
public object GetProfileObject (
   string strProfileName
);

[ C++ ]
public: Object* GetProfileObject (
   String* strProfileName
);

[ JScript ]
public function GetProfileObject (
   strProfileName : String
 ) : Object;

Parameters

strProfileName
The Passport profile attribute to return.

Return Value

The value of the Passport profile attribute specified by the strProfileName parameter.

Remarks

For more information, see the Passport SDK documentation in the MSDN Library.

See Also

PassportIdentity Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph