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

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

Syntax

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

See Also