SdlType 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 the schema type that is used to describe services that are provided by an application.
public enum class SdlType
[System.Serializable]
public enum SdlType
[<System.Serializable>]
type SdlType =
Public Enum SdlType
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Sdl | 0 | Indicates that basic Services Description Language (SDL) is used to describe services that are provided by an application. This value is obsolete. |
Wsdl | 1 | Indicates that the Web Services Description Language (WSDL) is used to describe services that are provided by an application. |