Conversation.Members Property

Definition

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

Property Value

Attributes

Applies to