MySqlWebSecurity.HasUserId Property

MySQL Connector/Net

MySqlWebSecurityHasUserId Property

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

Property Value

Type: Boolean
See Also