UnsupportedPasswordFormat Property

MySQL Connector/Net

Looks up a localized string similar to Unsupported password format..

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

Syntax

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

See Also