PassportIdentity.HasFlag Method
.NET Framework 2.0
Indicates whether a given flag is set in this user's profile.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Function HasFlag ( _ iFlagMask As Integer _ ) As Boolean 'Usage Dim instance As PassportIdentity Dim iFlagMask As Integer Dim returnValue As Boolean returnValue = instance.HasFlag(iFlagMask)
public boolean HasFlag ( int iFlagMask )
public function HasFlag ( iFlagMask : int ) : boolean
Not applicable.
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.Community Additions
ADD
Show: