asp.net.ph

PassportIdentity.HasFlag Method

System.Web.Security Namespace   PassportIdentity Class


Indicates whether a given flag is set in this user's profile.

[ VB ]
Public Function HasFlag ( _
   iFlagMask As Integer _
 ) As Boolean

[ C# ]
public bool HasFlag (
   int iFlagMask
);

[ C++ ]
public: bool HasFlag (
   int iFlagMask
);

[ JScript ]
public function HasFlag (
   iFlagMask : int
 ) : Boolean;

Parameters

iFlagMask
The Passport profile flag to query.

Return Value

true if the Passport profile flag iFlagMask is set 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