The Node ID of the default data type encoding for the data type.
Syntax
[NotNull()]
UANodeId DefaultEncodingId {get; set;}
'Declaration
<NotNullAttribute()>
Property DefaultEncodingId As UANodeId
'Usage
Dim instance As _UAStructureDefinition
Dim value As UANodeId
instance.DefaultEncodingId = value
value = instance.DefaultEncodingId
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