Share via


JsonRpcRequest.NamedArguments Property

Definition

Gets or sets the dictionary of named arguments, if applicable.

[System.Runtime.Serialization.IgnoreDataMember]
public System.Collections.Generic.IReadOnlyDictionary<string,object> NamedArguments { get; set; }
[System.Runtime.Serialization.IgnoreDataMember]
public System.Collections.Generic.IReadOnlyDictionary<string,object?>? NamedArguments { get; set; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.NamedArguments : System.Collections.Generic.IReadOnlyDictionary<string, obj> with get, set
Public Property NamedArguments As IReadOnlyDictionary(Of String, Object)

Property Value

Attributes

Applies to