Class ReleaseObjectCommandSettings
Releases remote object with given id.
public sealed class ReleaseObjectCommandSettings : ICommand
- Inheritance
-
ReleaseObjectCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ObjectId
Identifier of the object to release.
[JsonPropertyName("objectId")]
public string ObjectId { get; set; }