Click or drag to resize

TrackingTypeArchiverCollection.IsFrozen 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.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public bool IsFrozen { get; }

Property Value

Type: Boolean

Implements

IFreezable.IsFrozen
See Also