MethodXsdSchemaOption 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.
public enum MethodXsdSchemaOption
type MethodXsdSchemaOption =
Public Enum MethodXsdSchemaOption
- Inheritance
-
MethodXsdSchemaOption
Fields
Default | 2 | Return according to default settings defined at the Endpoint. |
None | 0 | Do not return an inline XSD schema with the result. |
Standard | 1 | Return an inline XSD with the result. |