Share via


IBicepValue.LiteralValue Property

Definition

Get the value of this expression, if it's literal.

public object? LiteralValue { get; }
member this.LiteralValue : obj
Public ReadOnly Property LiteralValue As Object

Property Value

The value of this expression if it's literal.

Applies to