JsonRpcRequest.ArgumentNames 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 sequence of argument names, if applicable.
[System.Runtime.Serialization.IgnoreDataMember]
public virtual System.Collections.Generic.IEnumerable<string>? ArgumentNames { get; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.ArgumentNames : seq<string>
Public Overridable ReadOnly Property ArgumentNames As IEnumerable(Of String)
Property Value
- Attributes