PassportIdentity.GetProfileObject Method
.NET Framework 3.0
Returns Passport profile information for the specified profile attribute.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public Object GetProfileObject ( String strProfileName )
public function GetProfileObject ( strProfileName : String ) : Object
Not applicable.
Parameters
- strProfileName
The Passport profile attribute to return.
Return Value
The value of the Passport profile attribute specified by the strProfileName parameter.Community Additions
ADD
Show: