OPC Studio User's Guide and Reference
Mode Property (OpcBrowseControl)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseControl Class : Mode Property
Determines the browsing mode.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property Mode As OpcBrowseMode
'Usage
 
Dim instance As OpcBrowseControl
Dim value As OpcBrowseMode
 
instance.Mode = value
 
value = instance.Mode
[NotNull()]
public OpcBrowseMode Mode {get; set;}
[NotNull()]
public:
property OpcBrowseMode^ Mode {
   OpcBrowseMode^ get();
   void set (    OpcBrowseMode^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

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