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