views:

7

answers:

0

I am trying to remove a property from ldap. I know that if I do entry.Properties["myProperty"].Remove(entry.Properties["myProperty"].Value); it keeps the attribut and sets the Value to null the question is how do I remove the entire attribute from LDAP

coul someone help..?