QuickOPC User's Guide and Reference
DefaultValueTypeCode Field (UAWriteArgumentsBase)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.OperationModel Namespace > UAWriteArgumentsBase Class : DefaultValueTypeCode Field
The default type code that is used when writing the Value attribute. Equals to System.TypeCode.Empty.
Syntax
'Declaration
 
Public Const DefaultValueTypeCode As TypeCode
'Usage
 
Dim value As TypeCode
 
value = UAWriteArgumentsBase.DefaultValueTypeCode
public const TypeCode DefaultValueTypeCode
public:
const TypeCode DefaultValueTypeCode
Remarks
The System.TypeCode.Empty value causes the component to determine the type by reading the DataType and ValueRank attributes of the node first. Note that this may negatively affect the performance.
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