'Declaration
<NotNullAttribute()> Public ReadOnly Property Fields As Collection(Of UAStructureField)
'Usage
Dim instance As UAStructureDefinition Dim value As Collection(Of UAStructureField) value = instance.Fields
[NotNull()] public Collection<UAStructureField> Fields {get;}
[NotNull()] public: property Collection<UAStructureField^>^ Fields { Collection<UAStructureField^>^ 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).