Share via


Soap12.RpcNamespaceURI Property

Returns the RPC namespace URI.

Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim soap121 As Soap12

Dim returnValue As String
returnValue = soap121.RpcNamespaceURI

Syntax

'Declaration
Public ReadOnly Property RpcNamespaceURI() As String
public string RpcNamespaceURI {get;}
public:
property String^ RpcNamespaceURI {
    String^ get();
}
public System.String get_RpcNamespaceURI();
public function get RpcNamespaceURI() : String;

Property Value

A System.String object that contains the RPC namespace URI "http://www.w3.org/2003/05/soap-envelope".

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

Soap12 Class
Soap12 Members
Microsoft.Web.Services3 Namespace