Gets and sets the filter file size comparison value.
public int FileSize {get; set;}
public: __property int get_FileSize();
public: __property void set_FileSize(
int value
);
public:
property int FileSize {
int get();
void set ( int value);
}
'Declaration
Public Property FileSize As Integer
'Usage
Dim instance As Filter
Dim value As Integer
instance.FileSize = value
value = instance.FileSize
Property Value
An integer value which represents the file size comparison value.