[Missing <summary> documentation for "P:NHibernate.Tuple.Property.Type"]

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

Syntax

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

See Also