Share via


InterceptorsInterceptorElement.Registrations Property

The types that this interceptor will be registered against.

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

Syntax

'Declaration
<ConfigurationPropertyAttribute("registrations")> _
Public ReadOnly Property Registrations As InterceptorRegistrationElementCollection
[ConfigurationPropertyAttribute("registrations")]
public InterceptorRegistrationElementCollection Registrations { get; }
[ConfigurationPropertyAttribute(L"registrations")]
public:
property InterceptorRegistrationElementCollection^ Registrations {
    InterceptorRegistrationElementCollection^ get ();
}
public function get Registrations () : InterceptorRegistrationElementCollection

See Also

InterceptorsInterceptorElement Class

Microsoft.Practices.Unity.InterceptionExtension.Configuration Namespace