QuickOPC User's Guide and Reference
LimitInfo Property (UAStatusCode)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAStatusCode Class : LimitInfo Property
The limit bits associated with the data value.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property LimitInfo As UALimitInfo
'Usage
 
Dim instance As UAStatusCode
Dim value As UALimitInfo
 
instance.LimitInfo = value
 
value = instance.LimitInfo
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public UALimitInfo LimitInfo {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property UALimitInfo LimitInfo {
   UALimitInfo get();
   void set (    UALimitInfo value);
}
Remarks
This property is only meaningful when HasDataValueInfo is true.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also