OPC Studio User's Guide and Reference
Inputs Property (UABrowseDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UABrowseDialog Class : Inputs Property
Contains inputs to the browsing.
Syntax
'Declaration
 
Public ReadOnly Property Inputs As UABrowseInputs
'Usage
 
Dim instance As UABrowseDialog
Dim value As UABrowseInputs
 
instance.Inputs = value
 
value = instance.Inputs
public UABrowseInputs Inputs {get;}
public:
property UABrowseInputs^ Inputs {
   UABrowseInputs^ get();
}

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