public IList<Guid> Mentioned { get; set; }
Public Property Mentioned As IList(Of Guid) Get Set
public: property IList<Guid>^ Mentioned { IList<Guid>^ get (); void set (IList<Guid>^ value); }
member Mentioned : IList<Guid> with get, set
In This Article