G
Guest
I try to change the OfficeLocations parameter of a IADsUser interface
Instance. I write code in C#.
If I write
currentUser.OfficeLocations="something";
this work's, but I can't reset this property. I have tried with
null,string.Empty,"" and nothing work's, a "attribute not correct for the
directory" error compare.
I use a blank space " ", but I don't like this solution, 'couse a blank
space remain in the property.
Thank's.
Boni
Instance. I write code in C#.
If I write
currentUser.OfficeLocations="something";
this work's, but I can't reset this property. I have tried with
null,string.Empty,"" and nothing work's, a "attribute not correct for the
directory" error compare.
I use a blank space " ", but I don't like this solution, 'couse a blank
space remain in the property.
Thank's.
Boni