QuickOPC User's Guide and Reference
DataVariables Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UABrowseParameters Class : DataVariables Property
Parameters used for browsing the Data Variables in the address space.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DataVariables As UABrowseParameters
'Usage
 
Dim value As UABrowseParameters
 
value = UABrowseParameters.DataVariables
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UABrowseParameters DataVariables {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UABrowseParameters^ DataVariables {
   UABrowseParameters^ get();
}
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