SearchResultProperty
A complex data type that describes search results.
Schema
<xsd:complexType name="SearchResultProperty">
<xsd:all>
<xsd:element name="EnableColumnHeaders" type="xsd:boolean"
minOccurs="0" />
<xsd:element name="UseQuoteDelimiter" type="xsd:boolean"
minOccurs="0" />
</xsd:all>
</xsd:complexType>
Elements
EnableColumnHeaders
Flag indicating whether column headers are enabled.
UseQuoteDelimiter
Flag indicating whether quotes are used as the delimiter.