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