Namespace:
NHibernate.Collection
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Owner As Object |
C# |
---|
public Object Owner { get; set; } |
Visual C++ |
---|
public: virtual property Object^ Owner { Object^ get () sealed; void set (Object^ value) sealed; } |
JavaScript |
---|
function get_owner(); function set_owner(value); |