Click or drag to resize
UserAccountLockCodeFromEnum Method
Returns the user account lock code from the enumeration value.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static int FromEnum(
	UserAccountLockEnum value
)

Parameters

value
Type: CMS.MembershipUserAccountLockEnum
Value to convert

Return Value

Type: Int32
See Also