'Declaration
<FlagsAttribute()> Public Enum LimitBits Inherits System.Enum
'Usage
Dim instance As LimitBits
[Flags()] public enum LimitBits : System.Enum
[Flags()] public enum class LimitBits : public System.Enum
'Declaration
<FlagsAttribute()> Public Enum LimitBits Inherits System.Enum
'Usage
Dim instance As LimitBits
[Flags()] public enum LimitBits : System.Enum
[Flags()] public enum class LimitBits : public System.Enum
Member | Description |
---|---|
Constant | The value is constant and cannot change. |
High | The value is at the higher limit for the data source. |
Low | The value is at the lower limit for the data source. |
None | The value is free to change. |
System.Object
System.ValueType
System.Enum
Opc.Ua.LimitBits
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2