Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.jpg)
Manager.HasFlag
Not implemented. Use the Manager.Error property instead.
Syntax
Function Manager.HasFlag(flagMask) As Boolean
Parameters
- flagMask
Represents the Microsoft® .NET Passport profile flag to query.
Return values
The HasFlag method returns a Boolean value. The method returns True if the .NET Passport profile flag, iFlagMask, is set in this user's profile; otherwise, the method returns False.
Remarks
This method is not implemented. To get the error status, see Manager.Error.
See Also