public List<string> References { get; set; }
Public Property References As List(Of String) Get Set
public: property List<String^>^ References { List<String^>^ get (); void set (List<String^>^ value); }