Share via


Referral.Desc Property

Gets or sets the desc element of a referral statement.

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

Usage

'Usage
Dim referral1 As Referral

Dim returnValue As Desc
returnValue = referral1.Desc

Syntax

'Declaration
Public ReadOnly Property Desc() As Desc
public Desc Desc {get;}
public:
property Desc^ Desc {
    Desc^ get();
}
public Desc get_Desc();
public function get Desc() : Desc;

Property Value

A Uri that identifies the address from which a text-based description of the referral statement may be obtained.

Remarks

A desc element contains additional information that the recipient need not understand in order to use the referral, but may find useful. For example, there is no inherent rule for differentiating between multiple SOAP routers listed in the Go element. An application wanting to give a hint of which to chose, like "select the one that is closest to the sender," could add a condition to the Desc section, since the logic of the application would not be affected if the receiver used the referral without understanding the condition.

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

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