JsonRpcRequest.Id 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.
Caution
Use RequestId instead.
Gets or sets an identifier established by the client if a response to the request is expected.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="id", Order=3)]
public object Id { get; set; }
[System.Obsolete("Use RequestId instead.")]
[System.Runtime.Serialization.IgnoreDataMember]
public object? Id { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="id", Order=3)>]
member this.Id : obj with get, set
[<System.Obsolete("Use RequestId instead.")>]
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.Id : obj with get, set
Public Property Id As Object
Property Value
A String, an Int32, a Int64, or null
.
- Attributes