'Declaration
<NotNullAttribute()> ReadOnly Property Connections As UAPubSubConnectionDataCollection
'Usage
Dim instance As _UAPubSubConfigurationData Dim value As UAPubSubConnectionDataCollection value = instance.Connections
[NotNull()] UAPubSubConnectionDataCollection Connections {get;}
[NotNull()] property UAPubSubConnectionDataCollection^ Connections { UAPubSubConnectionDataCollection^ 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).