Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Index As SimpleValue |
C# |
---|
public SimpleValue Index { get; set; } |
Visual C++ |
---|
public: property SimpleValue^ Index { SimpleValue^ get (); void set (SimpleValue^ value); } |
JavaScript |
---|
function get_index(); function set_index(value); |