Account.MembershipSources Property

Definition

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

Property Value

Attributes

Applies to