public ListStorage<TopicModel> Topics { get; set; }Public Property Topics As ListStorage(Of TopicModel)
Get
Setpublic:
property ListStorage<TopicModel^>^ Topics {
ListStorage<TopicModel^>^ get ();
void set (ListStorage<TopicModel^>^ value);
}member Topics : ListStorage<TopicModel> with get, set