'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> ReadOnly Property Connections As UAPubSubConnectionDataCollection
'Usage
Dim instance As _UAPubSubConfigurationData Dim value As UAPubSubConnectionDataCollection value = instance.Connections
[ElementsNotNull()] [NotNull()] UAPubSubConnectionDataCollection Connections {get;}
[ElementsNotNull()] [NotNull()] property UAPubSubConnectionDataCollection^ Connections { UAPubSubConnectionDataCollection^ get(); }