'Declaration
<NotNullAttribute()> Property PublishedVariable As UANodeId
'Usage
Dim instance As _UAPublishedVariableData Dim value As UANodeId instance.PublishedVariable = value value = instance.PublishedVariable
[NotNull()] UANodeId PublishedVariable {get; set;}