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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsSimpleValue As Boolean
C#
public bool IsSimpleValue { get; }
Visual C++
public:
virtual property bool IsSimpleValue {
	bool get () sealed;
}
JavaScript
function get_isSimpleValue();

Implements

IValue..::.IsSimpleValue

See Also