'Declaration
<JetBrains.Annotations.ItemNotNullAttribute()> <JetBrains.Annotations.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
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] public KeyedCollection2<UANodeId,UAStructureDescription> StructureDescriptions {get;}
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] public: property KeyedCollection2<UANodeId^,UAStructureDescription^>^ StructureDescriptions { KeyedCollection2<UANodeId^,UAStructureDescription^>^ get(); }
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).