QuickOPC User's Guide and Reference
Expert Field



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel Namespace > ControlPageIds Class : Expert Field
The Expert control page.
Syntax
'Declaration
 
<DisplayName2Attribute("Expert")>
Public Const Expert As Integer
'Usage
 
Dim value As Integer
 
value = ControlPageIds.Expert
[DisplayName2("Expert")]
public const int Expert
[DisplayName2("Expert")]
public:
const int Expert
Remarks

This page is intended to be used together with ViewOrEdit page, in cases when the View/Edit page does contain complete information. This is different from the Advanced page, which is intended to be used in conjunction with other pages in the range 1 - 999, but not with the ViewOrEdit page.

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