Skip to content
DocsTry Aspire
DocsTry

DeploymentStateSection Methods

ClassMethods1 member
Represents a section of deployment state with version tracking for concurrency control.
Sets a single value in the section, replacing any existing data.
public sealed class DeploymentStateSection
{
public void SetValue(
string value)
{
// ...
}
}
valuestringThe value to store in the section.