MySqlWebSecurity.CurrentUserName Property

MySQL Connector/Net

MySqlWebSecurityCurrentUserName Property

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

Property Value

Type: String
See Also