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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseControl Class : Inputs Property
Contains inputs to the browsing.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<NotNullAttribute()>
Public Property Inputs As OpcBrowseInputs
'Usage
 
Dim instance As OpcBrowseControl
Dim value As OpcBrowseInputs
 
instance.Inputs = value
 
value = instance.Inputs
[Browsable(false)]
[NotNull()]
public OpcBrowseInputs Inputs {get; set;}
[Browsable(false)]
[NotNull()]
public:
property OpcBrowseInputs^ Inputs {
   OpcBrowseInputs^ get();
   void set (    OpcBrowseInputs^ 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