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