TypeDefinitionOptions.WorkDoneProgress Property

Definition

Gets or sets a value indicating whether work done progress is supported.

public:
 property bool WorkDoneProgress { bool get(); void set(bool value); };
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="workDoneProgress")]
public bool WorkDoneProgress { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="workDoneProgress")>]
member this.WorkDoneProgress : bool with get, set
Public Property WorkDoneProgress As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to