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