Class DeleteSharedStorageEntryCommandSettings
DeleteSharedStorageEntry
public sealed class DeleteSharedStorageEntryCommandSettings : ICommand
- Inheritance
-
DeleteSharedStorageEntryCommandSettings
- 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 string Key { get; set; }
Property Value
OwnerOrigin
Gets or sets the ownerOrigin
[JsonPropertyName("ownerOrigin")]
public string OwnerOrigin { get; set; }