Command.Arguments 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 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")]
[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