public List<Tag> Tags { get; set; }
Public Property Tags As List(Of Tag)
public: property List<Tag^>^ Tags { List<Tag^>^ get (); void set (List<Tag^>^ value); }