MessageVersionRequest.RequiredVersion 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.
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