import "nsIAbDirectoryQuery.idl";
Public Attributes | |
| readonly attribute string | name |
| The property which should be matched. | |
| readonly attribute wstring | value |
| The value of the property. | |
| readonly attribute nsISupports | valueISupports |
| The value of the property as an interface. | |
| readonly attribute string nsIAbDirectoryQueryPropertyValue::name |
The property which should be matched.
For example 'primaryEmail' or 'homePhone' for card properties.
Two further properties are defined that do not exist as properties on a card.
'card:nsIAbCard' which represents the interface of a card component
| readonly attribute wstring nsIAbDirectoryQueryPropertyValue::value |
The value of the property.
| readonly attribute nsISupports nsIAbDirectoryQueryPropertyValue::valueISupports |
The value of the property as an interface.
Only valid if the corresponding property name is related to an interface instead of a wstring
1.7.1