Add the Property to this PersistentClass.
            
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public override void AddProperty( Property p )  | 
| Visual Basic | 
|---|
Public Overrides Sub AddProperty ( _ p As Property _ )  | 
| Visual C++ | 
|---|
public: virtual void AddProperty( Property^ p ) override  | 
Parameters
- p
 - Type: NHibernate.Mapping..::..Property
The Property to add. 
Remarks
            This also adds the Property to the Superclass' collection
            of SubclassType Properties.