The type of the duplicated object

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

Syntax

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

See Also