Gets or sets the Property that is used as the id.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public override Property IdentifierProperty { get; set; } |
Visual Basic |
---|
Public Overrides Property IdentifierProperty As Property Get Set |
Visual C++ |
---|
public: virtual property Property^ IdentifierProperty { Property^ get () override; void set (Property^ value) override; } |