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