SoapServiceAttribute.TargetNamespace Property
Gets the target namespace of the SOAP service.
Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim soapServiceAttribute1 As SoapServiceAttribute
Dim returnValue As String
returnValue = soapServiceAttribute1.TargetNamespace
Syntax
'Declaration
Public ReadOnly Property TargetNamespace() As String
public string TargetNamespace {get;}
public:
property String^ TargetNamespace {
String^ get();
}
public System.String get_TargetNamespace();
public function get TargetNamespace() : String;
Property Value
The target namespace of the SOAP service.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SoapServiceAttribute Class
SoapServiceAttribute Members
Microsoft.Web.Services3.Messaging Namespace