asp.net.ph

PassportIdentity.HasProfile Method

System.Web.Security Namespace   PassportIdentity Class


Indicates whether a given profile attribute exists in this user's profile.

[ VB ]
Public Function HasProfile ( _
   strProfile As String _
 ) As Boolean

[ C# ]
public bool HasProfile (
   string strProfile
);

[ C++ ]
public: bool HasProfile (
   String* strProfile
);

[ JScript ]
public function HasProfile (
   strProfile : String
 ) : Boolean;

Parameters

strProfile
The Passport profile attribute to query.

Return Value

true if the profile attribute strProfile exists in this user's profile; otherwise, false.

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