MessageVersionRequest.UpdatedVersion 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 optional version to be updated once message is processed.
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="uv")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Order=2)]
public long? UpdatedVersion { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="uv")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Order=2)>]
member this.UpdatedVersion : Nullable<int64>
Public ReadOnly Property UpdatedVersion As Nullable(Of Long)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute