Desc.RefAddr Property
Gets or sets a Uri that identifies the address from which a text-based description of the referral statement may be obtained.
Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim desc1 As Desc
Dim returnValue As Uri
returnValue = desc1.RefAddr
Dim sampleValue As Uri
desc1.RefAddr = sampleValue
Syntax
'Declaration
Public Property RefAddr() As Uri
public Uri RefAddr {get; set;}
public:
property Uri^ RefAddr {
Uri^ get();
void set(Uri^ value);
}
public Uri get_RefAddr();
public void set_RefAddr(Uri);
public function get RefAddr() : Uri;
public function set RefAddr(Uri);
Property Value
A Uri that identifies the address from which a text-based description of the referral statement may be obtained.
Exceptions
Exception type | Condition |
---|---|
ArgumentException | An attempt to set RefAddr to a non-absolute Uri. |
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
Desc Class
Desc Members
Microsoft.Web.Services3.Referral Namespace