'Declaration
<NotNullAttribute()> Public Property FilterOperands As UAFilterOperandCollection
'Usage
Dim instance As UAContentFilterElementBuilder Dim value As UAFilterOperandCollection instance.FilterOperands = value value = instance.FilterOperands
[NotNull()] public UAFilterOperandCollection FilterOperands {get; set;}
[NotNull()] public: property UAFilterOperandCollection^ FilterOperands { UAFilterOperandCollection^ get(); void set ( UAFilterOperandCollection^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).