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