Gets or sets the Name used to identify the Index in the database.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public string Name { get; set; } |
Visual Basic |
---|
Public Property Name As String Get Set |
Visual C++ |
---|
public: property String^ Name { String^ get (); void set (String^ value); } |