Class RemoveAttributeCommandSettings
Removes attribute with given name from an element with given id.
public sealed class RemoveAttributeCommandSettings : ICommand
- Inheritance
-
RemoveAttributeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Name
Name of the attribute to remove.
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
NodeId
Id of the element to remove attribute from.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }