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