'Declaration<JetBrains.Annotations.ItemNotNullAttribute()> <JetBrains.Annotations.NotNullAttribute()> Public ReadOnly Property DataSetReaderMessageParametersCollection As Collection(Of UADataSetReaderMessageParameters)
'UsageDim instance As UASubscriberCommunicationParameters Dim value As Collection(Of UADataSetReaderMessageParameters) value = instance.DataSetReaderMessageParametersCollection
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] public Collection<UADataSetReaderMessageParameters> DataSetReaderMessageParametersCollection {get;}
[JetBrains.Annotations.ItemNotNull()] [JetBrains.Annotations.NotNull()] public: property Collection<UADataSetReaderMessageParameters^>^ DataSetReaderMessageParametersCollection { Collection<UADataSetReaderMessageParameters^>^ 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).