CreateContactResponse.ResponseCount 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.
Total number of response messages from the contact.
[System.Text.Json.Serialization.JsonPropertyName("response_count")]
public int? ResponseCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("response_count")>]
member this.ResponseCount : Nullable<int> with get, set
Public Property ResponseCount As Nullable(Of Integer)
Property Value
- Attributes