Account.Surname Property

Definition

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

Property Value

Attributes

Applies to