Get the name of the filter this configuration defines.
            
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public string FilterName { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property FilterName As String Get  | 
| Visual C++ | 
|---|
public: property String^ FilterName { String^ get (); }  |