ResultContentType enumeration
Indicates the type of content that is returned through a query.
Namespace: WebSvcDspSts
Assembly: STSSOAP (in STSSOAP.dll)
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. |