ExtendedMembershipProvider.HasLocalAccount(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the user has a local account.
public virtual bool HasLocalAccount (int userId);
abstract member HasLocalAccount : int -> bool
override this.HasLocalAccount : int -> bool
Public Overridable Function HasLocalAccount (userId As Integer) As Boolean
Parameters
- userId
- Int32
The user ID.
Returns
true if the membership has a local account; otherwise, false.