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