AccessibilityModeAttribute Constructor |
Constructor
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax public AccessibilityModeAttribute(
AccessMode mode
)
Parameters
- mode
- Type: Couchbase.LiteAccessMode
The access mode of the property or method in question
See Also