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