JsonRpcRequest.ArgumentsArray 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 ArgumentsList instead.
Gets or sets an array of arguments, if applicable.
[System.Obsolete("Use ArgumentsList instead.")]
[System.Runtime.Serialization.IgnoreDataMember]
public object[] ArgumentsArray { get; set; }
[System.Obsolete("Use ArgumentsList instead.")]
[System.Runtime.Serialization.IgnoreDataMember]
public object?[]? ArgumentsArray { get; set; }
[<System.Obsolete("Use ArgumentsList instead.")>]
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.ArgumentsArray : obj[] with get, set
Public Property ArgumentsArray As Object()
Property Value
Object[]
- Attributes