 |
| BcfTransactionBuilderBuildSubTransaction Property |
Gets or sets a value indicating whether the transaction to build is a subtransaction.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic bool BuildSubTransaction { get; }Public ReadOnly Property BuildSubTransaction As Boolean
Get
Property Value
Type:
Booleantrue if transaction will be a subtransaction; otherwise,
false.
See Also