ResultContentType Enumeration

Indicates the type of content that is returned through a query.

Namespace:  [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ResultContentType
'Usage
Dim instance As ResultContentType
[SerializableAttribute]
public enum ResultContentType

Members

Member name Description
both Returns both the schema (XSD) and XML payload parts of the query result.
schemaOnly Returns only the schema (XSD) part of the query result.
dataOnly Returns only the XML payload part of the query result.

See Also

Reference

DspSts Web Service