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