'Declaration
<DataMemberAttribute()> Public Property FilterOperands As UAFilterOperandCollection
'Usage
Dim instance As UAContentFilterElement Dim value As UAFilterOperandCollection instance.FilterOperands = value value = instance.FilterOperands
[DataMember()] public UAFilterOperandCollection FilterOperands {get; set;}
[DataMember()] public: property UAFilterOperandCollection^ FilterOperands { UAFilterOperandCollection^ get(); void set ( UAFilterOperandCollection^ value); }