 |
| BcfDataSetIsDisposed Property |
Gets or sets a value indicating whether this instance is disposed.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic bool IsDisposed { get; }Public ReadOnly Property IsDisposed As Boolean
Get
public:
property bool IsDisposed {
bool get ();
}member IsDisposed : bool with get
Property Value
Type:
Booleantrue if this instance is disposed; otherwise,
false.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also