ExtendedMembershipProvider.HasLocalAccount(Int32) Method

Definition

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.

Applies to