Click or drag to resize

AccessibilityModeAttribute Class

An attribute indicating when a given property or method is allowed to be accessed (queue-only vs anytime)
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Couchbase.LiteAccessibilityModeAttribute

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public sealed class AccessibilityModeAttribute : Attribute

The AccessibilityModeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAccessibilityModeAttribute
Constructor
Top
Properties
  NameDescription
Public propertyAccessMode
Gets the access mode of the property or method in question
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also