Freigeben über


Registration Constructor (Referral)

Initializes a new instance of Registration with the specified referral statement.

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

Usage

'Usage
Dim referral As Referral
Dim registration1 As New Registration(referral)

Syntax

'Declaration
Public Sub New( _
    ByVal referral As Referral _
)
public Registration(
    Referral referral
);
public:
Registration(
    Referral^ referral
);
public Registration(
    Referral referral
);
public function Registration(
     referral : Referral
);

Parameters

  • referral
    A referral statement that is intended to be inserted or deleted by a SOAP router.

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

Registration Class
Registration Members
Microsoft.Web.Services3.Referral Namespace