UnableToLockOutUser Property

MySQL Connector/Net

Looks up a localized string similar to Unable to lock out user..

Namespace:  MySql.Web.Properties
Assembly:  MySql.Web (in MySql.Web.dll) Version: 6.2.2.0

Syntax

C#
public static string UnableToLockOutUser { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property UnableToLockOutUser As String
Visual C++
public:
static property String^ UnableToLockOutUser {
	String^ get ();
}

See Also