Class SetReturnValueCommandSettings
SetReturnValue
public sealed class SetReturnValueCommandSettings : ICommand
- Inheritance
-
SetReturnValueCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
NewValue
Gets or sets the newValue
[JsonPropertyName("newValue")]
public CallArgument NewValue { get; set; }