Initializes a new instance of the Property class

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

Syntax

C#
public Property(
	IValue propertyValue
)
Visual Basic
Public Sub New ( _
	propertyValue As IValue _
)
Visual C++
public:
Property(
	IValue^ propertyValue
)

Parameters

propertyValue
Type: NHibernate.Mapping..::..IValue

[Missing <param name="propertyValue"/> documentation for "M:NHibernate.Mapping.Property.#ctor(NHibernate.Mapping.IValue)"]

See Also