This documentation is archived and is not being maintained.
SdlType Enumeration
.NET Framework 1.1
Specifies the schema type used to describe services provided by an application.
[Visual Basic] <Serializable> Public Enum SdlType [C#] [Serializable] public enum SdlType [C++] [Serializable] __value public enum SdlType [JScript] public Serializable enum SdlType
Members
| Member name | Description |
|---|---|
| Sdl | Indicates that basic Services Description Language (SDL) is used to describe services provided by an application. This value is obsolete. |
| Wsdl | Indicates that the Web Services Description Language (WSDL) is used to describe services provided by an application. |
Requirements
Namespace: System.Runtime.Remoting.MetadataServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
See Also
Show: