Hello Joyce,
Thank you for your detailed response. The explanations you provide are very clear and make sense, but they do not quite fully answer my inquiry.
I probably did not phrase my inquiry in the most direct way in my initial posting, so let me try another way of posing the question.
a) Let's say I have created an instance of an AdwordsUserListService.UserList and it has an id field value of 1234 and an isEligibleForSearch field value of "true".
b) Let's say that I have an instance of an AdGroupCriterionService.AdGroupCriterion entity whose criterion field is an instance of CriterionUserList
c) Let's say that the particular CriterionUserList set for the "criterion" has a userListId value of 1234 that references the AdwordsUserListService.UserList instance from "a".
So now my question becomes...
Would the userListEligibleForSearch value for the criterion described in "c" be determined by the value of the isEligibleForSearch field for the referenced UserList? If not, what factors would determine the value of the userListEligibleForSearch value of this criterion - keeping in mind that the value of the userListEligibleForSearch field is not, itself, settable via the AdWords API?
Thanks again!
-Al