Import.Namespace Property
.NET Framework (current version)
Gets or sets the value of the XML namespace attribute of the import element.
Assembly: System.Web.Services (in System.Web.Services.dll)
' Creates an Import object with namespace and location. Public Shared Function CreateImport(targetNamespace As String, _ targetlocation As String) As Import Dim myImport As New Import() myImport.Location = targetlocation myImport.Namespace = targetNamespace Return myImport End Function 'CreateImport
.NET Framework
Available since 1.1
Available since 1.1
Show: