System.Runtime.Remoting.Metadata.W3cXsd2001.ISoapXsd Interface

Assembly: Mscorlib.dll
Namespace: System.Runtime.Remoting.Metadata.W3cXsd2001
Summary
Provides access to the XML Schema definition language (XSD) of a SOAP type.
C# Syntax:
public interface ISoapXsd
See also:
System.Runtime.Remoting.Metadata.W3cXsd2001 Namespace

System.Runtime.Remoting.Metadata.W3cXsd2001.ISoapXsd Member List:

Public Methods
GetXsdType Returns the XML Schema definition language (XSD) of the current SOAP type.

System.Runtime.Remoting.Metadata.W3cXsd2001.ISoapXsd Member Details

Method: GetXsdType()
Summary
Returns the XML Schema definition language (XSD) of the current SOAP type.
C# Syntax:
string GetXsdType();
Return Value:
A String indicating the XSD of the current SOAP type.

Return to top


Top of page

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