'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
[NotNull()] public KeyedCollection2<UANodeId,UAStructureDescription> StructureDescriptions {get;}
[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).