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