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