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