GraphUser.Interests Property

Definition

Interests

[System.Text.Json.Serialization.JsonPropertyName("interests")]
public System.Collections.Generic.List<string> Interests { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("interests")>]
member this.Interests : System.Collections.Generic.List<string> with get, set
Public Property Interests As List(Of String)

Property Value

Attributes

Applies to