Partager via


InputVariable.Name Property

Definition

Gets or sets the name of the variable.

[System.Text.Json.Serialization.JsonPropertyName("name")]
public string Name { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("name")>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes

Remarks

As an example, when using "{{$style}}", the name is "style".

Applies to