IPropertyContainerItem Property |
Bracket operator for returning an untyped property from this object
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax Object this[
string key
] { get; set; }
Parameters
- key
- Type: SystemString
The key to retrieve
Return Value
Type:
ObjectThe value for the key, or
null if the key has no value
Exceptions See Also