BodyGetPropertyForKey Method (String) |
Gets the property for the given key
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public Object GetPropertyForKey(
string key
)
Parameters
- key
- Type: SystemString
Key.
Return Value
Type:
ObjectThe property for the given key
See Also