HostKeys.SystemKeys Property

Definition

Gets or sets system keys.

[Newtonsoft.Json.JsonProperty(PropertyName="systemKeys")]
public System.Collections.Generic.IDictionary<string,string> SystemKeys { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="systemKeys")>]
member this.SystemKeys : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property SystemKeys As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to