RuleDrivenPolicyElementConfigurationElement.Injection Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Unity Application Block information can be found at the Unity Application Block site. |
Sets the injection configuration for the given type and name.
Namespace: Microsoft.Practices.Unity.InterceptionExtension.Configuration
Assembly: Microsoft.Practices.Unity.Interception.Configuration (in Microsoft.Practices.Unity.Interception.Configuration.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("injection", IsRequired := False)> _
Public Property Injection As PolicyElementConfigurationElement
[ConfigurationPropertyAttribute("injection", IsRequired = false)]
public PolicyElementConfigurationElement Injection { get; set; }
[ConfigurationPropertyAttribute(L"injection", IsRequired = false)]
public:
property PolicyElementConfigurationElement^ Injection {
PolicyElementConfigurationElement^ get ();
void set (PolicyElementConfigurationElement^ value);
}
public function get Injection () : PolicyElementConfigurationElement
public function set Injection (value : PolicyElementConfigurationElement)
See Also
RuleDrivenPolicyElementConfigurationElement Class
Microsoft.Practices.Unity.InterceptionExtension.Configuration Namespace