Share via


EvaluationOptions.StrictMode Property

Definition

Gets or sets the option of whether throwing an error when evaluating a null reference.

public bool? StrictMode { get; set; }
member this.StrictMode : Nullable<bool> with get, set
Public Property StrictMode As Nullable(Of Boolean)

Property Value

A boolean or null value.

Applies to