ObjectPersistData.GetPropertyAllFilters Method (String)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns all filtered property entries for a specified property name.

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

Public Function GetPropertyAllFilters (
	name As String
) As ICollection

Parameters

name
Type: System.String

The Name on an expression.

Return Value

Type: System.Collections.ICollection

All filtered property entries for a specified property name.

.NET Framework
Available since 2.0
Return to top
Show: