Share via


UpdateConfig.Monitor Property

Definition

Gets or sets the duration or interval for monitoring the progress of an update. This property is typically used to specify the time span the system will monitor the update process before determining its status (success or failure).

[YamlDotNet.Serialization.YamlMember(Alias="monitor")]
public string? Monitor { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="monitor")>]
member this.Monitor : string with get, set
Public Property Monitor As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to