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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAClientApplicationParameters Class : Default Property
Default client engine parameters.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared Shadows ReadOnly Property Default As UAClientApplicationParameters
'Usage
 
Dim value As UAClientApplicationParameters
 
value = UAClientApplicationParameters.Default
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public new static UAClientApplicationParameters Default {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
new static property UAClientApplicationParameters^ Default {
   UAClientApplicationParameters^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012; .NET Core: Linux, macOS, Microsoft Windows

See Also

Reference

UAClientApplicationParameters Class
UAClientApplicationParameters Members