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