[Missing <summary> documentation for "P:NHibernate.Tuple.StandardProperty.IsVersionable"]

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

Syntax

C#
public bool IsVersionable { get; }
Visual Basic
Public ReadOnly Property IsVersionable As Boolean
	Get
Visual C++
public:
property bool IsVersionable {
	bool get ();
}

See Also