다음을 통해 공유


BatchReleaseCriteria.MessageCount Property

Definition

Gets or sets the message count.

[Newtonsoft.Json.JsonProperty(PropertyName="messageCount")]
public int? MessageCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="messageCount")>]
member this.MessageCount : Nullable<int> with get, set
Public Property MessageCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to