public List<TopicParticipant> Users { get; }
Public ReadOnly Property Users As List(Of TopicParticipant) Get
public: property List<TopicParticipant^>^ Users { List<TopicParticipant^>^ get (); }
member Users : List<TopicParticipant> with get
In This Article