Class InterceptorConfigurationElement
Defines the configurations allowed for an interceptor.
Inheritance
System.Object
InterceptorConfigurationElement
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public sealed class InterceptorConfigurationElement : ConfigurationElement
Properties
Name
Gets or sets the name of the interceptor.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type of the interceptor.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |