SampleFieldsXml
The sample fields XML is passed into the ISampleManagementProvider.Get method to indicate that a record with the specific sample field value should be returned. This is typically because the interviewer has chosen to retrieve a specific contact in Phone Participants.
Example SampleFieldsXml string
This example SampleFieldsXml string indicates that the interviewer has asked for the sample field with ID = ID1:
<SampleFields>
<SampleField>
<name>ID</name>
<value>ID1</value>
</SampleField>
</SampleFields>
See also