QuickOPC User's Guide and Reference
Default Property (UABrowseOutputs)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UABrowseOutputs Class : Default Property
The default browse outputs.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property Default As UABrowseOutputs
'Usage
 
Dim value As UABrowseOutputs
 
value = UABrowseOutputs.Default
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UABrowseOutputs Default {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UABrowseOutputs^ Default {
   UABrowseOutputs^ 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