MySQLProfileProvider.ApplicationName Property

MySQL Connector/Net

MySQLProfileProviderApplicationName Property

Namespace: MySql.Web.Profile
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public override string ApplicationName { get; set; }
Public Overrides Property ApplicationName As String
	Get
	Set
public:
virtual property String^ ApplicationName {
	String^ get () override;
	void set (String^ value) override;
}
abstract ApplicationName : string with get, set
override ApplicationName : string with get, set

Property Value

Type: String
See Also