Share via


KeyType Enum

Definition

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

Fields

NotSpecified 0
Primary 1
Secondary 2

Applies to