DeploymentStateSection.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.