Import.Location Property
.NET Framework (current version)
Gets or sets the value of the XML location attribute of the import element.
Assembly: System.Web.Services (in System.Web.Services.dll)
Property Value
Type: System.StringThe value of the XML location attribute of the import element. This value also specifies the URL of the imported document.
' 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: