public IList<Uri> Sources { get; set; }
Public Property Sources As IList(Of Uri)
public: property IList<Uri^>^ Sources { IList<Uri^>^ get (); void set (IList<Uri^>^ value); }