LogProvider.HasExpressions Property

Definition

Gets or sets a value that indicates whether the log provider has expressions.

public:
 property bool HasExpressions { bool get(); };
public bool HasExpressions { get; }
member this.HasExpressions : bool
Public ReadOnly Property HasExpressions As Boolean

Property Value

true if the log provider has expressions; otherwise, false.

Implements

Applies to