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