public List<string>? Features { get; set; }
Public Property Features As List(Of String) Get Set
public: property List<String^>^ Features { List<String^>^ get (); void set (List<String^>^ value); }
member Features : List<string> with get, set
In This Article