State.ConnectionName Property

Definition

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

Property Value

Attributes

Applies to