CookieBuilder.IsEssential 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.
Indicates if this cookie is essential for the application to function correctly. If true then
consent policy checks may be bypassed. The default value is false
but specific components may use a different value.
public:
virtual property bool IsEssential { bool get(); void set(bool value); };
public virtual bool IsEssential { get; set; }
member this.IsEssential : bool with get, set
Public Overridable Property IsEssential As Boolean