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

getSyntaxSchema() public method

Returns a particular syntax definition, or null if not found.
public getSyntaxSchema ( System oid ) : LdapSyntaxSchema
oid System The oid of the syntax for which a definition /// is to be returned. /// ///
return LdapSyntaxSchema
        public virtual LdapSyntaxSchema getSyntaxSchema(System.String oid)
        {
            return (LdapSyntaxSchema) getSchemaElement(SYNTAX, oid);
        }