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

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

Syntax

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

See Also