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

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

Syntax

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

Implements

IValue..::..Type

See Also