Public Property Where As String
public string Where { get; set; }
public: property String^ Where { String^ get (); void set (String^ value); }
function get_where(); function set_where(value);