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