Share via


DeploymentStateSection.Data Property

Definition

Gets the data stored in this section.

public System.Text.Json.Nodes.JsonObject Data { get; }
member this.Data : System.Text.Json.Nodes.JsonObject
Public ReadOnly Property Data As JsonObject

Property Value

Remarks

The JsonObject returned by this property is NOT thread-safe. Users should implement their own synchronization if concurrent access is required.

Applies to