Share via


HostKeys.FunctionKeys Property

Definition

Gets or sets host level function keys.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to