How do you tell if a PropertyValueCollection property is inherited ?
Property examples could be:
AccessFlags = 517
AppRoot = /LM/W3SVC/18233351908/ROOT/
I just need a C# way to tell if a property is inherited. I use Metabase Explorer to view properties but i need to do this programatically.
I've tried with methods from the Reflection namespace without much luck :-(
Best Regards
subtile
Loading
Blake ArnoldPosted Oct 31, 2007, 1:28 PM
http://www.codeproject.com/cs/system/everythingInAD.asp
Hope it helps.