SoapServerType::ServiceNamespace Property

 

Gets a String that contains the namespace to which this XML Web service belongs.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property String^ ServiceNamespace {
	String^ get();
}

Property Value

Type: System::String^

A String that contains the namespace to which this XML Web service belongs.

.NET Framework
Available since 2.0
Return to top
Show: