CacheInfo.CacheDuration Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("cacheDuration")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public int? CacheDuration { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("cacheDuration")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.CacheDuration : Nullable<int> with get, set
Public Property CacheDuration As Nullable(Of Integer)

Property Value

Attributes

Applies to