GraphUser.Schools Property

Definition

Schools

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

Property Value

Attributes

Applies to