Member (Property)

Applies To:

OLAPFilter object

Description:

Returns the member to which a filter is applied.

Action:

Read only, String

Example:

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
}