Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Property Type As IType |
C# |
---|
public virtual IType Type { get; set; } |
Visual C++ |
---|
public: virtual property IType^ Type { IType^ get (); void set (IType^ value); } |
JavaScript |
---|
function get_type(); function set_type(value); |