'Declaration<DefaultValueAttribute(1)> Public Overridable ReadOnly Property TotalElements As Integer
'UsageDim instance As UAFilterOperand Dim value As Integer value = instance.TotalElements
[DefaultValue(1)] public virtual int TotalElements {get;}
[DefaultValue(1)] public: virtual property int TotalElements { int get(); }