Condividi tramite


SoapServiceAttribute Constructor

Initializes a new instance of the SoapServiceAttribute class with the specified target namespace.

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

Usage

'Usage
Dim targetNamespace As String
Dim soapServiceAttribute1 As New SoapServiceAttribute(targetNamespace)

Syntax

'Declaration
Public Sub New( _
    ByVal targetNamespace As String _
)
public SoapServiceAttribute(
    string targetNamespace
);
public:
SoapServiceAttribute(
    String^ targetNamespace
);
public SoapServiceAttribute(
    System.String targetNamespace
);
public function SoapServiceAttribute(
     targetNamespace : String
);

Parameters

  • targetNamespace
    The target namespace of the service.

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