Freigeben über


Referral Constructor (Uri)

Initializes a new instance of the Referral class with a specific URI.

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

Usage

'Usage
Dim refId As Uri
Dim referral1 As New Referral(refId)

Syntax

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

Parameters

  • refId
    A Uri identifying the referral statement uniquely.

Exceptions

Exception type Condition
ArgumentNullException

refId is null.

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

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