Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FilterableAttribute::IsObjectFilterable Method (Object^)

 

Determines whether the specified Object supports device filtering.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
static bool IsObjectFilterable(
	Object^ instance
)

Parameters

instance
Type: System::Object^

The Object to test.

Return Value

Type: System::Boolean

true if the Object contained in the instance parameter supports device filtering; otherwise, false.

Exception Condition
ArgumentNullException

The instance parameter is null.

Use the IsObjectFilterable method to determine whether the specified Object supports device filtering.

System_CAPS_noteNote

An object supports device filtering if its data type supports device filtering. For more information, see the IsTypeFilterable property.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft