[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmProperty.Type"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Implements

ITypeMapping..::..Type

See Also