KeyName Enum

Definition

Defines values for KeyName.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum KeyName
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type KeyName = 
Public Enum KeyName
Inheritance
KeyName
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Key1 0
Key2 1

Applies to