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