Class SetEffectivePropertyValueForNodeCommandSettings
Find a rule with the given active property for the given node and set the new value for this property
public sealed class SetEffectivePropertyValueForNodeCommandSettings : ICommand
- Inheritance
-
SetEffectivePropertyValueForNodeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
NodeId
The element id for which to set property.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }
Property Value
PropertyName
Gets or sets the propertyName
[JsonPropertyName("propertyName")]
public string PropertyName { get; set; }
Property Value
Value
Gets or sets the value
[JsonPropertyName("value")]
public string Value { get; set; }