| ContactInfoObjectQueryExtensionsWithAge Method | 
Namespace: CMS.ContactManagement
 Syntax
Syntaxpublic static ObjectQuery<ContactInfo> WithAge( this ObjectQuery<ContactInfo> contactsQuery, int yearsOld )
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | contactsQuery is null | 
 See Also
See Also