Hello, Is there a way to retrieve member properties? I try foreach (Member child in mem.GetChildren()) { if (child.Parent.UniqueName,child.MemberProperties.Count == 1 ) .... } but the collection count is always to 0. I have a member property. Thanks Patrice Lamarche