Click or drag to resize
CalculationWorks Logo
BcfTransactionIsSubTransaction Property
Gets a value indicating whether this instance is sub transaction.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public bool IsSubTransaction { get; }

Property Value

Type: Boolean
true if this instance is sub transaction; otherwise, false.
See Also