PassportIdentity.GetProfileObject Method
.NET Framework 2.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)
'Declaration Public Function GetProfileObject ( _ strProfileName As String _ ) As Object 'Usage Dim instance As PassportIdentity Dim strProfileName As String Dim returnValue As Object returnValue = instance.GetProfileObject(strProfileName)
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: