ChannelData.SharedWithTeams Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("sharedWithTeams")]
[System.Text.Json.Serialization.JsonPropertyOrder(12)]
public System.Collections.Generic.IList<Microsoft.Teams.Api.Team>? SharedWithTeams { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("sharedWithTeams")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(12)>]
member this.SharedWithTeams : System.Collections.Generic.IList<Microsoft.Teams.Api.Team> with get, set
Public Property SharedWithTeams As IList(Of Team)

Property Value

Attributes

Applies to