MatchingRuleElementCollection.Item Property (String)
Retrieve a matching rule element from the collection by name.
Namespace: Microsoft.Practices.Unity.InterceptionExtension.Configuration
Assembly: Microsoft.Practices.Unity.Interception.Configuration (in Microsoft.Practices.Unity.Interception.Configuration.dll) Version: 3.0.0.0 (3.0.1304.0)
Syntax
public MatchingRuleElement this[
string name
] { get; }
'Declaration
Public ReadOnly Default Property Item (
name As String
) As MatchingRuleElement
Get
public:
property MatchingRuleElement^ default[String^ name] {
MatchingRuleElement^ get (String^ name);
}
Parameters
- name
Type: System.String
Name to look up.
Return Value
Type: MatchingRuleElement
The rule, or null if not in the collection.
See Also
MatchingRuleElementCollection Class
MatchingRuleElementCollection Members
Microsoft.Practices.Unity.InterceptionExtension.Configuration Namespace