Share via


InterceptorsInterceptorElement.TypeConverterTypeName Property

Type converter to use to create the interceptor, if any.

Namespace:  Microsoft.Practices.Unity.InterceptionExtension.Configuration
Assembly:  Microsoft.Practices.Unity.Interception.Configuration (in Microsoft.Practices.Unity.Interception.Configuration.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("typeConverter", IsRequired := False)> _
Public Property TypeConverterTypeName As String
[ConfigurationPropertyAttribute("typeConverter", IsRequired = false)]
public string TypeConverterTypeName { get; set; }
[ConfigurationPropertyAttribute(L"typeConverter", IsRequired = false)]
public:
property String^ TypeConverterTypeName {
    String^ get ();
    void set (String^ value);
}
public function get TypeConverterTypeName () : String
public function set TypeConverterTypeName (value : String)

See Also

InterceptorsInterceptorElement Class

Microsoft.Practices.Unity.InterceptionExtension.Configuration Namespace