Share via


CachingType Enum

Definition

Defines values for CachingType.

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

Fields

None 0
Readonly 1
Readwrite 2

Applies to