MemberFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A filter used to restrict the set of members retrieved from the server
public class MemberFilter
type MemberFilter = class
Public Class MemberFilter
- Inheritance
-
MemberFilter
Constructors
MemberFilter(String, MemberFilterType, String) |
MemberFilter constructor |
MemberFilter(String, String) |
MemberFilter constructor |
Properties
FilterType |
controls the way in which the property is filtered on the value |
PropertyName |
name of the property to filter on. Can be Caption, UniqueName, Name, or the name of a user defined member property |
PropertyValue |
the value to restrict the on. Only members which begin with this value (case sensitive) are matched |