Condividi tramite


MessageID Constructor (Uri)

Initializes a new instance of the MessageID class using the specified URI.

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

Usage

'Usage
Dim id As Uri
Dim messageID1 As New MessageID(id)

Syntax

'Declaration
Public Sub New( _
    ByVal id As Uri _
)
public MessageID(
    Uri id
);
public:
MessageID(
    Uri^ id
);
public MessageID(
    Uri id
);
public function MessageID(
     id : Uri
);

Parameters

  • id
    A Uri that represents the message ID.

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

MessageID Class
MessageID Members
Microsoft.Web.Services3.Addressing Namespace