MySqlConnection.IsPasswordExpired Property

MySQL Connector/Net

MySqlConnectionIsPasswordExpired Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public bool IsPasswordExpired { get; }
Public ReadOnly Property IsPasswordExpired As Boolean
	Get
public:
property bool IsPasswordExpired {
	bool get ();
}
member IsPasswordExpired : bool with get

Property Value

Type: Boolean
See Also