Share via


DeploymentStateSection.SetValue(String) Method

Definition

Sets a single value in the section, replacing any existing data.

public void SetValue(string value);
member this.SetValue : string -> unit
Public Sub SetValue (value As String)

Parameters

value
String

The value to store in the section.

Applies to