Share via


ExecuteCommandParams.Arguments Property

Definition

Gets or sets the arguments that the command should be invoked with.

public:
 property cli::array <System::Object ^> ^ Arguments { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="arguments")]
public object[] Arguments { get; set; }
[System.Runtime.Serialization.DataMember(Name="arguments")]
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)]
public object[]? Arguments { get; set; }
[<System.Runtime.Serialization.DataMember(Name="arguments")>]
member this.Arguments : obj[] with get, set
[<System.Runtime.Serialization.DataMember(Name="arguments")>]
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore)>]
member this.Arguments : obj[] with get, set
Public Property Arguments As Object()

Property Value

Object[]
Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to