MySqlSimpleRoleProvider.ConnectionStringName Property

MySQL Connector/Net

MySqlSimpleRoleProviderConnectionStringName Property

Namespace: MySql.Web.Security
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public string ConnectionStringName { get; set; }
Public Property ConnectionStringName As String
	Get
	Set
public:
property String^ ConnectionStringName {
	String^ get ();
	void set (String^ value);
}
member ConnectionStringName : string with get, set

Property Value

Type: String
See Also