"Windows Computer Role" inherit from "Computer Role". Windows Computer role only has one property "Display Name".
I've create a abstract custom class A based on "Windows Computer Role" and I've added one property "Property1". Also I've created a Class B hosted by Class A. When I find objects of this class B, I see that have two properties "Display Name" and "Property1" (OK). But when I click on "Full Path Name" I can see a diagram of "Windows Computer" class with a lot of properties.
> I don't understand because I can not see "Windows computer role" properties....
> Does Class B have Windows Computer properties?? Why I can see only 2 properties on console when I find class B Objects?