SearchRequest.Filter Property

Definition

The Filter property contains the search filter.

public:
 property System::Object ^ Filter { System::Object ^ get(); void set(System::Object ^ value); };
public object Filter { get; set; }
member this.Filter : obj with get, set
Public Property Filter As Object

Property Value

The search filter. If the value is a string, this property is an LDAP search filter. If the value is an XML document, the property is a DSML v2 search filter. Any other type throws an exception.

Exceptions

The value is not a string or an XML document.

Applies to