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




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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