Name

Import

Synopsis

This class represents the WSDL <import> element, which associates an XML namespace with a document location. The familiar XML equivalent is <import namespace="uri" location="uri"/>. This equivalent allows a WSDL document to be split into multiple subdocuments, each with a unique XML namespace, which can then be imported as needed.

Public NotInheritable Class Import : Inherits DocumentableItem
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Property Location As String  
   Public Property Namespace As String  
   Public ReadOnly Property ServiceDescription As ServiceDescription  
End Class

Hierarchy

System.ObjectDocumentableItem Import

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.