OptionsDictionaryItem Property |
Namespace: Couchbase.Lite
public Object this[ string key ] { get; set; }
Exception | Condition |
---|---|
ArgumentNullException | key is null. |
KeyNotFoundException | The property is retrieved and key is not found. |
NotSupportedException | The property is set and the IDictionaryTKey, TValue is read-only. |