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