DealResponse.DoneActivitiesCount 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.
Number of done activities associated with the deal.
[System.Text.Json.Serialization.JsonPropertyName("done_activities_count")]
public int? DoneActivitiesCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("done_activities_count")>]
member this.DoneActivitiesCount : Nullable<int> with get, set
Public Property DoneActivitiesCount As Nullable(Of Integer)
Property Value
- Attributes