MySqlWebSecurity.IsAuthenticated Property

MySQL Connector/Net

MySqlWebSecurityIsAuthenticated Property

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public static bool IsAuthenticated { get; }
Public Shared ReadOnly Property IsAuthenticated As Boolean
	Get
public:
static property bool IsAuthenticated {
	bool get ();
}
static member IsAuthenticated : bool with get

Property Value

Type: Boolean
See Also