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