SdlType Enum

Definition

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

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.

Applies to