[Missing <summary> documentation for "P:NHibernate.Mapping.ByCode.Impl.BagMapper.OwnerType"]

Namespace: NHibernate.Mapping.ByCode.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public Type OwnerType { get; private set; }
Visual Basic
Public Property OwnerType As Type
	Get
	Private Set
Visual C++
public:
property Type^ OwnerType {
	Type^ get ();
	private: void set (Type^ value);
}

See Also