Share via


MessageVersionRequest.RequiredVersion Property

Definition

Gets the version required for this context before processing the message.

[Newtonsoft.Json.JsonProperty(PropertyName="rv")]
[System.Runtime.Serialization.DataMember(Order=1)]
public long RequiredVersion { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rv")>]
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.RequiredVersion : int64
Public ReadOnly Property RequiredVersion As Long

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to