Class SharedStorageEntry
SharedStorageEntry
public sealed class SharedStorageEntry
- Inheritance
-
SharedStorageEntry
- Inherited Members
Properties
Key
key
[JsonPropertyName("key")]
public string Key { get; set; }
Property Value
Value
value
[JsonPropertyName("value")]
public string Value { get; set; }