OLAPFilter object
Returns the member to which a filter is applied.
Read only, String
This example shows how to return the member to which the filter has been applied:
if (Sections["Query"].Filters["Product"].Member == "100-20") {
// There is a filter on the 100-20 member of the Product dimension
}