Type type = usr.NativeObject.GetType();
Object adsNative = usr.NativeObject;
type.InvokeMember("AccountExpirationDate", BindingFlags.SetProperty, null, adsNative, new object[]{"21/01/2006"});
usr.CommitChanges();
Wednesday, August 24, 2005
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment