Request.TabContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Text.Json.Serialization.JsonPropertyName("tabContext")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public Microsoft.Teams.Api.Tabs.EntityContext? TabContext { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("tabContext")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.TabContext : Microsoft.Teams.Api.Tabs.EntityContext with get, set
Public Property TabContext As EntityContext
Property Value
- Attributes