[Missing <summary> documentation for "P:NHibernate.Mapping.Collection.Owner"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public PersistentClass Owner { get; set; } |
Visual Basic |
---|
Public Property Owner As PersistentClass Get Set |
Visual C++ |
---|
public: property PersistentClass^ Owner { PersistentClass^ get (); void set (PersistentClass^ value); } |