QuickOPC User's Guide and Reference
DefaultEncodingName Property (UAMonitoringParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAMonitoringParameters Class : DefaultEncodingName Property
Default encoding name.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultEncodingName As UAQualifiedName
'Usage
 
Dim value As UAQualifiedName
 
value = UAMonitoringParameters.DefaultEncodingName
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public static UAQualifiedName DefaultEncodingName {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
static property UAQualifiedName^ DefaultEncodingName {
   UAQualifiedName^ 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