'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Public Property WhereClause As UAContentFilterElement
'Usage
Dim instance As UAEventFilterBuilder Dim value As UAContentFilterElement instance.WhereClause = value value = instance.WhereClause
[JetBrains.Annotations.CanBeNull()] public UAContentFilterElement WhereClause {get; set;}
[JetBrains.Annotations.CanBeNull()] public: property UAContentFilterElement^ WhereClause { UAContentFilterElement^ get(); void set ( UAContentFilterElement^ value); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).