protected void ApplyProperties(Namespace ns, Namespace newNamespace) { // Copy properties and commit the changes. ns.CopyProperties(newNamespace); ns.Commit(); }