Response.CacheInfo Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("cacheInfo")]
[System.Text.Json.Serialization.JsonPropertyOrder(1)]
public Microsoft.Teams.Api.CacheInfo? CacheInfo { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("cacheInfo")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(1)>]
member this.CacheInfo : Microsoft.Teams.Api.CacheInfo with get, set
Public Property CacheInfo As CacheInfo

Property Value

Attributes

Applies to