MemberFilter Class

Definition

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

Applies to