GraphUser.PostalCode Property

Definition

The postal code for the user's postal address. The postal code is specific to the user's country/region. In the United States of America, this attribute contains the ZIP code.

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

Property Value

Attributes

Applies to