DocumentGetPropertyTValue Method (String) |
Returns the TValue of the property with the specified key.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public TValue GetProperty<TValue>(
string key
)
Parameters
- key
- Type: SystemString
The key of the property value to return.
Type Parameters
- TValue
[Missing <typeparam name="TValue"/> documentation for "M:Couchbase.Lite.Document.GetProperty``1(System.String)"]
Return Value
Type:
TValueThe value of the property with the specified key as TValue.
See Also