asp.net.ph

System.Web.Security Namespace   PassportIdentity Class


Gets Passport profile attributes.


In [ C# ], this property is the indexer for the PassportIdentity class.

[ VB ]
Public Default ReadOnly Property Item ( _
   strProfileName As String _
 ) As String

[ C# ]
public string this [    string strProfileName
 ] {get;}

[ C++ ]
public: __property String* get_Item (
   String* strProfileName
);

[ JScript ]
returnValue = PassportIdentityObject.Item ( strProfileName );
-or-
returnValue = PassportIdentityObject ( strProfileName );

In [ JScript ], you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

Arguments [ JScript ]

strProfileName
The Passport profile attribute to return.

Parameters

strProfileName
The Passport profile attribute to return.

Property Value

The Passport profile attribute.

Remarks

Calling this property is the equivalent of calling GetProfileObject. 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