public bool this[ Search.Settings id ]; {get; set;}
public: property bool default [Search.Settings] { bool get(Search.Settings id); void set (Search.Settings id, bool value); }
Parameters
- id
- Search setting value. Cannot be null.
public bool this[ Search.Settings id ]; {get; set;}
public: property bool default [Search.Settings] { bool get(Search.Settings id); void set (Search.Settings id, bool value); }