Show / Hide Table of Contents

Property IsFrozen

| Improve this Doc View Source

IsFrozen

Gets a value indicates whether this license provider is currently modifiable.

Declaration
protected bool IsFrozen { get; }
Property Value
Type Description
System.Boolean

true if this license provider is frozen and cannot be modified; otherwise false.

Remarks

This property value is set to true before loading any License. Attempting to modify a license provider when its IsFrozen property is true throws an System.InvalidOperationException.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest