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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAReadParameters Class : DefaultEncodingName Property
Default encoding name. It is a null name, which specifies no particular encoding.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared ReadOnly Property DefaultEncodingName As UAQualifiedName
'Usage
 
Dim value As UAQualifiedName
 
value = UAReadParameters.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