public CivetListItem[] Tags { get; set; }
Public Property Tags As CivetListItem() Get Set
public: property array<CivetListItem^>^ Tags { array<CivetListItem^>^ get (); void set (array<CivetListItem^>^ value); }