JobProperties.Progress 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.
System generated. Ignored at creation. Represents the percentage of completion.
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="progress")]
public int Progress { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="progress")>]
member this.Progress : int with get, set
Public Property Progress As Integer
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute