System.Runtime.Remoting.MetadataServices.SdlType Enumeration

Assembly: System.Runtime.Remoting.dll
Namespace: System.Runtime.Remoting.MetadataServices
Summary
Specifies the schema type used to describe services provided by an application.
C# Syntax:
[Serializable]
public enum SdlType
See also:
System.Runtime.Remoting.MetadataServices Namespace

System.Runtime.Remoting.MetadataServices.SdlType Member List:

Public Fields
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.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.