Gets Hashtable containing the filtered value.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public Hashtable ExcludedValues { get; }
Visual Basic (Declaration)
Public ReadOnly Property ExcludedValues As Hashtable
Visual C++
public:
property Hashtable^ ExcludedValues {
	Hashtable^ get ();
}

See Also