Filter Property
Retrieves a value that indicates the filter to use.
Syntax
Visual Basic Overrides Protected ReadOnly Property Filter As string C# protected override string Filter { get; } Managed C++ protected: __property string get_Filter(); JScript protected override 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
ObjectImageUrlEditor
See Also