XsdSchemaOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies if an XSD schema will be returned for a SOAP method.
public enum XsdSchemaOption
type XsdSchemaOption =
Public Enum XsdSchemaOption
- Inheritance
-
XsdSchemaOption
Fields
Name | Value | Description |
---|---|---|
None | 0 | Do not return an inline XSD schema with the result. |
Standard | 1 | Return an inline XSD with the result. |