Class DeleteDeviceBoundSessionCommandSettings
Deletes a device bound session.
public sealed class DeleteDeviceBoundSessionCommandSettings : ICommand
- Inheritance
-
DeleteDeviceBoundSessionCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Key
Gets or sets the key
[JsonPropertyName("key")]
public DeviceBoundSessionKey Key { get; set; }