SettingsCommit.Values Property

Definition

A map of monikers to JSON strings.

[MessagePack.Key(0)]
public System.Collections.Generic.IReadOnlyDictionary<string,string> Values { get; init; }
[<MessagePack.Key(0)>]
member this.Values : System.Collections.Generic.IReadOnlyDictionary<string, string> with get, set
Public Property Values As IReadOnlyDictionary(Of String, String)

Property Value

Attributes
MessagePack.KeyAttribute

Applies to