Hello,
We have the following situation: we are applying a custom property with
a given name to an object, and the same property (same name) - but with
different values inside it - to a group. Then we make the object a
member of the group.
The documentation says in these circumstances the group property should
take priority, i.e. when we later invoke GetPropertyFromName, we should
see the value of the group property. However, our experiments show that
no prioritization takes place at all. If we first add the local
property, we get its value; if we first add the group property, we get
the group prop's value.
Has anybody observed this before?
Regards,
K.