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