Connectivity Software User's Guide and Reference
ReaderGroupMessageParametersCollection Property



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UASubscriberCommunicationParameters Class : ReaderGroupMessageParametersCollection Property
Gets a collection of reader group message parameters. Currently, returns an empty collection.
Syntax
'Declaration
 
<JetBrains.Annotations.ItemNotNullAttribute()>
<JetBrains.Annotations.NotNullAttribute()>
Public ReadOnly Property ReaderGroupMessageParametersCollection As Collection(Of UAReaderGroupMessageParameters)
'Usage
 
Dim instance As UASubscriberCommunicationParameters
Dim value As Collection(Of UAReaderGroupMessageParameters)
 
value = instance.ReaderGroupMessageParametersCollection
[JetBrains.Annotations.ItemNotNull()]
[JetBrains.Annotations.NotNull()]
public Collection<UAReaderGroupMessageParameters> ReaderGroupMessageParametersCollection {get;}
[JetBrains.Annotations.ItemNotNull()]
[JetBrains.Annotations.NotNull()]
public:
property Collection<UAReaderGroupMessageParameters^>^ ReaderGroupMessageParametersCollection {
   Collection<UAReaderGroupMessageParameters^>^ 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).

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