'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public Property FilterOperands As UAFilterOperandCollection
'Usage
Dim instance As UAContentFilterElementBuilder Dim value As UAFilterOperandCollection instance.FilterOperands = value value = instance.FilterOperands
[ElementsNotNull()] [NotNull()] public UAFilterOperandCollection FilterOperands {get; set;}
[ElementsNotNull()] [NotNull()] public: property UAFilterOperandCollection^ FilterOperands { UAFilterOperandCollection^ get(); void set ( UAFilterOperandCollection^ value); }