SimpleMembershipProvider.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 local account.
public override bool HasLocalAccount (int userId);
override this.HasLocalAccount : int -> bool
Public Overrides Function HasLocalAccount (userId As Integer) As Boolean
Parameters
- userId
- Int32
The user ID.
Returns
true if the user has local account; otherwise, false.