UpdateConfig.Monitor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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