I'm listing the names of attributes of all dimensions of the current cube in context using AMO by looping through cube.Dimensions and Dimension.Attributes.
Now I want to get the members of each attribute using AMO. My intention is to check for the presence of one particular member, that is, whether this member exists or not. I couldn't find any AMO method that gets the members in an object.
Any help?