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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	propertyValue As IValue _
)
C#
public Property(
	IValue propertyValue
)
Visual C++
public:
Property(
	IValue^ propertyValue
)
JavaScript
NHibernate.Mapping.Property = function(propertyValue);

Parameters

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

See Also