'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Shared ReadOnly Property Empty As UAPublishedVariableDataCollection
'Usage
Dim value As UAPublishedVariableDataCollection value = UAPublishedVariableDataCollection.Empty
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] public static UAPublishedVariableDataCollection Empty {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] public: static property UAPublishedVariableDataCollection^ Empty { UAPublishedVariableDataCollection^ get(); }