3dak Client

ContactList.ContactItems.Filters Property

A collection of all currently Applied Filters to the Output.

[Visual Basic]
Public Property ReadOnly Object As 
[C#]
public object Object { get; }
[C++]
public: __property * get_Object();
[JScript]
public function get Object() : Object

Remarks

Adding and Removal of Filters should be done through AddFilter and RemoveFilter

See Also

ContactList.ContactItems Class | ppm3dakClient.Contacts Namespace | AddFilter | RemoveFilter