SimpleMembershipProvider.HasLocalAccount(Int32) Method

Definition

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.

Applies to