Filter Property

Retrieves a value that indicates the filter to use.

Syntax

Visual Basic Overridable  Protected  ReadOnly Property Filter As string
C# protected   virtual  string Filter { get; }
Managed C++ protected:  __property virtual string get_Filter();
JScript protected   function get Filter() : string;

Possible Values

sValue string that receives a value that indicates the filter to use.

The property is read-only. The property has no default value.

Property Information

Applies To

ObjectUrlEditor

See Also

Internet Explorer WebControls