Class SetVariableValueCommandSettings
SetVariableValue
public sealed class SetVariableValueCommandSettings : ICommand
- Inheritance
-
SetVariableValueCommandSettings
- Implements
- Inherited Members
Properties
CallFrameId
Gets or sets the callFrameId
[JsonPropertyName("callFrameId")]
public string CallFrameId { get; set; }
Property Value
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; }
Property Value
ScopeNumber
Gets or sets the scopeNumber
[JsonPropertyName("scopeNumber")]
public long ScopeNumber { get; set; }
Property Value
VariableName
Gets or sets the variableName
[JsonPropertyName("variableName")]
public string VariableName { get; set; }