EntityValueBase.IsFrozen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the object is immutable. Once the entity values are initialized, it will be frozen and become immutable.
protected bool IsFrozen { get; }
member this.IsFrozen : bool
Protected ReadOnly Property IsFrozen As Boolean