[Missing <summary> documentation for "P:NHibernate.Mapping.ByCode.Impl.CustomizersImpl.CollectionPropertiesCustomizer`2.PropertyPath"]

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

Syntax

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

See Also