Collection of structure and union data type descriptions, keyed by data type ID.
Syntax
[NotNull()]
public KeyedCollection2<UANodeId,UAStructureDescription> StructureDescriptions {get;}
[NotNull()]
public:
property KeyedCollection2<UANodeId^,UAStructureDescription^>^ StructureDescriptions {
KeyedCollection2<UANodeId^,UAStructureDescription^>^ get();
}
'Declaration
<NotNullAttribute()>
Public ReadOnly Property StructureDescriptions As KeyedCollection2(Of UANodeId,UAStructureDescription)
'Usage
Dim instance As UAHeaderDataTypeSchema
Dim value As KeyedCollection2(Of UANodeId,UAStructureDescription)
value = instance.StructureDescriptions
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).
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