Click or drag to resize

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
C#
Object this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key to retrieve

Return Value

Type: Object
The value for the key, or null if the key has no value
Exceptions
ExceptionCondition
ThreadSafetyViolationExceptionThrown if an invalid access attempt is made
See Also