Class UpdateInfo
Contains information about a possibly available update
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class UpdateInfo
Properties
Declaration
[JsonProperty("currentVersion", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CurrentVersion { get; set; }
Property Value
Indicates if an update is available.
Declaration
[JsonProperty("updateAvailable", Required = Required.Always)]
public bool UpdateAvailable { get; set; }
Property Value
The maximum version available to update to.
Declaration
[JsonProperty("updateVersion", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string UpdateVersion { get; set; }
Property Value
Methods
Declaration
public static UpdateInfo FromJson(string data)
Parameters
Returns