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

getMatchingRuleUseSchema() public method

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