[Missing <summary> documentation for "P:NHibernate.Transaction.ITransactionContext.ShouldCloseSessionOnDistributedTransactionCompleted"]

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

Syntax

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

See Also