Registration.Referral Property
Gets or sets the referral statement that is sent in a registration to be inserted or deleted by a SOAP router.
Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim registration1 As Registration
Dim returnValue As Referral
returnValue = registration1.Referral
Dim sampleValue As Referral
registration1.Referral = sampleValue
Syntax
'Declaration
Public Property Referral() As Referral
public Referral Referral {get; set;}
public:
property Referral^ Referral {
Referral^ get();
void set(Referral^ value);
}
public Referral get_Referral();
public void set_Referral(Referral);
public function get Referral() : Referral;
public function set Referral(Referral);
Property Value
A Referral statement that is sent in a registration to be inserted or deleted by a SOAP router.
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
Registration Class
Registration Members
Microsoft.Web.Services3.Referral Namespace