InterceptorsInterceptorElement.TypeName Property
Type of interceptor to configure.
Namespace: Microsoft.Practices.Unity.InterceptionExtension.Configuration
Assembly: Microsoft.Practices.Unity.Interception.Configuration (in Microsoft.Practices.Unity.Interception.Configuration.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("type", IsRequired := True, IsKey := True)> _
Public Property TypeName As String
[ConfigurationPropertyAttribute("type", IsRequired = true, IsKey = true)]
public string TypeName { get; set; }
[ConfigurationPropertyAttribute(L"type", IsRequired = true, IsKey = true)]
public:
property String^ TypeName {
String^ get ();
void set (String^ value);
}
public function get TypeName () : String
public function set TypeName (value : String)
See Also
InterceptorsInterceptorElement Class
Microsoft.Practices.Unity.InterceptionExtension.Configuration Namespace