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

Syntax

Visual Basic (Declaration)
Public Property IsEmbedded As Boolean
C#
public bool IsEmbedded { get; set; }
Visual C++
public:
property bool IsEmbedded {
	bool get ();
	void set (bool value);
}
JavaScript
function get_isEmbedded();
function set_isEmbedded(value);

See Also