GraphUser.City Property

Definition

The city in which the user is located.

[System.Text.Json.Serialization.JsonPropertyName("city")]
public string City { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("city")>]
member this.City : string with get, set
Public Property City As String

Property Value

Attributes

Applies to