[Missing <summary> documentation for "P:NHibernate.Mapping.SimpleValue.Type"]

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

Syntax

C#
public virtual IType Type { get; }
Visual Basic
Public Overridable ReadOnly Property Type As IType
	Get
Visual C++
public:
virtual property IType^ Type {
	IType^ get ();
}

Implements

IValue..::..Type

See Also