Returns the key IFilter used by this object

Namespace: Ico.WPF
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string GetFilterKey()
Visual Basic
Public Function GetFilterKey As String
JScript
public function GetFilterKey() : String

Exceptions

ExceptionCondition
System..::..InvalidOperationException The Criteria must be connected. A Criteria is connected when it's added to a Range and the Range is added to a RangesRepository

See Also