SignalPropagationGraphIsFrozen 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.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual bool IsFrozen { get; }Public Overridable ReadOnly Property IsFrozen As Boolean
	Get
public:
virtual property bool IsFrozen {
	bool get ();
}abstract IsFrozen : bool with get
override IsFrozen : bool with get
Property Value
Type: 
BooleanImplements
IFreezableIsFrozen
See Also