Gets or sets the full name.
| C# | Visual Basic |
[JsonPropertyAttribute(PropertyName = "full_name")] [DataMemberAttribute] public string FullName { get; set; }
<JsonPropertyAttribute(PropertyName := "full_name")> _ <DataMemberAttribute> _ Public Property FullName As String Get Set
The full name.