PassportIdentity.HasFlag
PassportIdentity.HasFlag
Not implemented. Use Error instead.
Syntax
public bool HasFlag( int iFlagMask )
Parameters
- iFlagMask
The Microsoft® .NET Passport profile flag to query.
Return values
true if iFlagMask is set in this user's profile; otherwise, false.
Remarks
This method is not implemented. To get the error status, see PassportIdentity.Error.
See Also