ObjectPersistData.GetPropertyAllFilters(String) Method

Definition

Returns all filtered property entries for a specified property name.

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

public:
 System::Collections::ICollection ^ GetPropertyAllFilters(System::String ^ name);
public System.Collections.ICollection GetPropertyAllFilters (string name);
member this.GetPropertyAllFilters : string -> System.Collections.ICollection
Public Function GetPropertyAllFilters (name As String) As ICollection

Parameters

name
String

The Name on an expression.

Returns

All filtered property entries for a specified property name.

Applies to