 |
BcfTransactionIsSubTransaction Property |
Gets a value indicating whether this instance is sub transaction.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic bool IsSubTransaction { get; }
Public ReadOnly Property IsSubTransaction As Boolean
Get
public:
property bool IsSubTransaction {
bool get ();
}
member IsSubTransaction : bool with get
Property Value
Type:
Booleantrue if this instance is sub transaction; otherwise,
false.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also