QuickOPC User's Guide and Reference
InternalApplicationParameters Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > EasyUAApplicationCore Class : InternalApplicationParameters Property
Infrastructure.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Protected Friend Shared Property InternalApplicationParameters As UAClientServerApplicationParameters
'Usage
 
Dim value As UAClientServerApplicationParameters
 
EasyUAApplicationCore.InternalApplicationParameters = value
 
value = EasyUAApplicationCore.InternalApplicationParameters
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
protected internal static UAClientServerApplicationParameters InternalApplicationParameters {get; set;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
protected internal:
static property UAClientServerApplicationParameters^ InternalApplicationParameters {
   UAClientServerApplicationParameters^ get();
   void set (    UAClientServerApplicationParameters^ value);
}
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