Novell.Directory.Ldap.LdapSchema.getMatchingRuleSchema C# (CSharp) Method

getMatchingRuleSchema() public method

Returns a particular matching rule definition, or null if not found.
public getMatchingRuleSchema ( System name ) : LdapMatchingRuleSchema
name System The name of the matching rule for which a definition /// is to be returned. /// ///
return LdapMatchingRuleSchema
        public virtual LdapMatchingRuleSchema getMatchingRuleSchema(System.String name)
        {
            return (LdapMatchingRuleSchema) getSchemaElement(MATCHING, name);
        }