Class DetachFromTargetCommandSettings
DetachFromTarget
public sealed class DetachFromTargetCommandSettings : ICommand
- Inheritance
-
DetachFromTargetCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
SessionId
Gets or sets the sessionId
[JsonPropertyName("sessionId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string SessionId { get; set; }
Property Value
TargetId
Gets or sets the targetId
[JsonPropertyName("targetId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string TargetId { get; set; }