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