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