IFreezableIsFrozen Property |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
SyntaxReadOnly Property IsFrozen As Boolean
Get
property bool IsFrozen {
bool get ();
}
abstract IsFrozen : bool with get
Property Value
Type:
Boolean
See Also