public string? Source { get; set; }
Public Property Source As String Get Set
public: property String^ Source { String^ get (); void set (String^ value); }
member Source : string with get, set
In This Article