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