Gets or sets the name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase.

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public string FilterName { get; set; }
Visual Basic
Public Property FilterName As String
	Get
	Set
Visual C++
public:
property String^ FilterName {
	String^ get ();
	void set (String^ value);
}

See Also