[Missing <summary> documentation for "P:NHibernate.Mapping.Property.Generation"]

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

Syntax

C#
public PropertyGeneration Generation { get; set; }
Visual Basic
Public Property Generation As PropertyGeneration
	Get
	Set
Visual C++
public:
property PropertyGeneration Generation {
	PropertyGeneration get ();
	void set (PropertyGeneration value);
}

See Also