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