DeploymentStateSection Methods
ClassMethods1 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
valuestringThe value to store in the section.